mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
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:
committed by
GitHub
parent
251f54baec
commit
e0f45bfbf0
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user