We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a167a89 commit 063f259Copy full SHA for 063f259
tests/integration/minify/index.test.ts
@@ -29,7 +29,7 @@ test('tree shaking is disabled by the user, bar and baz should be kept', async (
29
`);
30
});
31
32
-describe('tree shaking is disabled by the user, bar and baz should be kept', () => {
+describe('mf build', () => {
33
beforeEach(() => {
34
// 使用 vi.stubEnv 来模拟环境变量
35
vi.stubEnv('NODE_ENV', 'production');
0 commit comments