feat(tooling): enforce indexed access checks in root tests (#105223)

* feat(tooling): enforce indexed access checks in root tests

* style(tooling): clarify scoped package guard
This commit is contained in:
Peter Steinberger
2026-07-12 10:42:07 +01:00
committed by GitHub
parent 251f54baec
commit e0f45bfbf0
55 changed files with 465 additions and 192 deletions
+1 -1
View File
@@ -580,7 +580,7 @@ describe("dependency guard script", () => {
"base:/repos/openclaw/openclaw/contents/pnpm-lock.yaml?ref=base-sha",
"write:graphql",
]);
expect(calls[1].variables).toMatchObject({
expect(calls[1]?.variables).toMatchObject({
input: {
branch: {
repositoryNameWithOwner: "contributor/openclaw",