Skip to content

Commit bc43d34

Browse files
committed
chore: remove useless log
1 parent 6692024 commit bc43d34

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/minify/index.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,10 @@ test('tree shaking is disabled by the user, bar and baz should be kept', async (
3131

3232
describe('mf build', () => {
3333
beforeEach(() => {
34-
// 使用 vi.stubEnv 来模拟环境变量
3534
vi.stubEnv('NODE_ENV', 'production');
3635
});
3736

3837
afterEach(() => {
39-
// 清理环境变量
4038
vi.unstubAllEnvs();
4139
});
4240

0 commit comments

Comments
 (0)