We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5967313 commit 2c4a092Copy full SHA for 2c4a092
vitest.config.ts
@@ -19,7 +19,7 @@ export default defineConfig({
19
},
20
testTimeout: 20000,
21
isolate: false,
22
- // importing non entry files (e.g. config.ts, build.ts, server/index.ts) is broken due to cyclic import
+ // importing non-entry files (e.g. config.ts, build.ts, server/index.ts) is broken due to cyclic import
23
// as it can be seen from tsx (try pnpm exec tsx packages/vite/src/node/server/index.ts).
24
// we can use `setupFiles` to ensure the modules are evaluated via main node entry.
25
setupFiles: ['./packages/vite/src/node/index.ts'],
0 commit comments