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 456fbe4 commit 28f1227Copy full SHA for 28f1227
packages/kit/src/exports/vite/static_analysis/index.spec.js
@@ -1,7 +1,5 @@
1
import { expect, test } from 'vitest';
2
-import { create_node_analyser, statically_analyse_page_options } from './index.js';
3
-import { fileURLToPath } from 'node:url';
4
-import path from 'node:path';
+import { statically_analyse_page_options } from './index.js';
5
6
test.each([
7
[
0 commit comments