Skip to content

Commit 1f500fa

Browse files
Claudeclaude
authored andcommitted
fix: allowlist migrate-local.ts in no-console-log test
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6450191 commit 1f500fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/unit/no-console-log.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const CLI_COMMAND_ALLOWLIST = new Set([
3333
"src/commands/telemetry.ts",
3434
"src/commands/activate.ts",
3535
"src/commands/deactivate.ts",
36+
"src/commands/migrate-local.ts",
3637
]);
3738

3839
describe("no console.log in src/", () => {

0 commit comments

Comments
 (0)