mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 04:18:58 +00:00
fix claudecode-flag.test.ts
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user