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 c1adfc3 commit d738b29Copy full SHA for d738b29
vite.config.ts
@@ -0,0 +1,11 @@
1
+// vite.config.ts
2
+import { defineConfig } from 'vitest/config'
3
+
4
+export default defineConfig({
5
+ test: {
6
+ include: [
7
+ "test/**/*.spec.ts",
8
+ "lib/**/tests/**/*.spec.ts"
9
+ ]
10
+ },
11
+})
0 commit comments