Skip to content

Commit bf7c801

Browse files
committed
chore: remove useless import
1 parent 3c3274f commit bf7c801

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
@@ -1,6 +1,6 @@
11
import { join } from 'node:path';
22
import { buildAndGetResults } from 'test-helper';
3-
import { afterEach, beforeEach, describe, expect, test, vi } from 'vitest';
3+
import { expect, test } from 'vitest';
44

55
test('tree shaking is enabled by default, bar and baz should be shaken', async () => {
66
const fixturePath = join(__dirname, 'default');

0 commit comments

Comments
 (0)