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