test: fix failures due to antigravity environment leakage (#26162)

This commit is contained in:
Adam Weidman
2026-04-29 10:51:43 -04:00
committed by GitHub
parent c2e5b28e94
commit 7ab932c8bf
3 changed files with 5 additions and 0 deletions
@@ -39,6 +39,7 @@ describe('createContentGenerator', () => {
beforeEach(() => {
resetVersionCache();
vi.clearAllMocks();
vi.stubEnv('ANTIGRAVITY_CLI_ALIAS', '');
});
afterEach(() => {