Skip to content

Commit 063f259

Browse files
committed
chore: update describe test
1 parent a167a89 commit 063f259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/minify/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test('tree shaking is disabled by the user, bar and baz should be kept', async (
2929
`);
3030
});
3131

32-
describe('tree shaking is disabled by the user, bar and baz should be kept', () => {
32+
describe('mf build', () => {
3333
beforeEach(() => {
3434
// 使用 vi.stubEnv 来模拟环境变量
3535
vi.stubEnv('NODE_ENV', 'production');

0 commit comments

Comments
 (0)