fix claudecode-flag.test.ts

This commit is contained in:
Meghan Denny
2025-10-08 00:29:03 -07:00
parent 17d279ca15
commit b059f03c74

View File

@@ -6,7 +6,7 @@ let testEnv: NodeJS.Dict<string>;
beforeAll(() => {
testEnv = { ...bunEnv };
delete testEnv.AGENTS;
delete testEnv.AGENT;
});
test("CLAUDECODE=1 shows quiet test output (only failures)", async () => {