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 3c3274f commit bf7c801Copy full SHA for bf7c801
tests/integration/minify/index.test.ts
@@ -1,6 +1,6 @@
1
import { join } from 'node:path';
2
import { buildAndGetResults } from 'test-helper';
3
-import { afterEach, beforeEach, describe, expect, test, vi } from 'vitest';
+import { expect, test } from 'vitest';
4
5
test('tree shaking is enabled by default, bar and baz should be shaken', async () => {
6
const fixturePath = join(__dirname, 'default');
0 commit comments