We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91297f commit e20a35fCopy full SHA for e20a35f
vite.config.ts
@@ -5,6 +5,7 @@ export default defineConfig({
5
test: {
6
environment: isBrowser ? "jsdom" : "node",
7
dir: "test",
8
+ exclude: ["**/__IGNORED__/**"],
9
watch: false,
10
globalSetup: isBrowser ? ["./test/fixtures/server.ts"] : undefined,
11
testTimeout: 5000,
0 commit comments