This commit is contained in:
Tommaso Sciortino
2025-12-03 11:07:23 -08:00
committed by GitHub
parent 8d4082ef2e
commit 00705b14bd
3 changed files with 10 additions and 3 deletions
@@ -33,6 +33,9 @@ describe('sandboxUtils', () => {
beforeEach(() => {
vi.clearAllMocks();
process.env = { ...originalEnv };
// Clean up these env vars that might affect tests
delete process.env['NODE_ENV'];
delete process.env['DEBUG'];
});
afterEach(() => {