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 3003c43 commit 1007586Copy full SHA for 1007586
1 file changed
docs/config/include.md
@@ -25,7 +25,7 @@ export default defineConfig({
25
test: {
26
include: [
27
'./test',
28
- './**/*.{test,spec}.tsx?',
+ './**/*.{test,spec}.ts(x)?',
29
],
30
},
31
})
@@ -67,7 +67,7 @@ export default defineConfig({
67
68
...configDefaults.include,
69
70
71
72
73
0 commit comments