We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e31fb7 commit e85d2b2Copy full SHA for e85d2b2
1 file changed
cmp/compiler/vitest.config.ts
@@ -1,10 +1,10 @@
1
-import { defineConfig } from "vitest/config";
+import { configDefaults, defineConfig } from "vitest/config";
2
3
export default defineConfig({
4
test: {
5
globals: true,
6
environment: "node",
7
snapshotSerializers: ["./src/react/shared/test-serializer.ts"],
8
- exclude: ["**/tests/e2e/**"],
+ exclude: [...configDefaults.exclude, "**/tests/e2e/**"],
9
},
10
});
0 commit comments