Skip to content

Commit 2c4a092

Browse files
authored
chore: tiny typo (#19765)
1 parent 5967313 commit 2c4a092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default defineConfig({
1919
},
2020
testTimeout: 20000,
2121
isolate: false,
22-
// importing non entry files (e.g. config.ts, build.ts, server/index.ts) is broken due to cyclic import
22+
// importing non-entry files (e.g. config.ts, build.ts, server/index.ts) is broken due to cyclic import
2323
// as it can be seen from tsx (try pnpm exec tsx packages/vite/src/node/server/index.ts).
2424
// we can use `setupFiles` to ensure the modules are evaluated via main node entry.
2525
setupFiles: ['./packages/vite/src/node/index.ts'],

0 commit comments

Comments
 (0)