We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b595a commit 5888392Copy full SHA for 5888392
template/config/vitest/vitest.config.js
@@ -7,7 +7,7 @@ export default mergeConfig(
7
defineConfig({
8
test: {
9
environment: 'jsdom',
10
- exclude: [...configDefaults.exclude, 'e2e/*'],
+ exclude: [...configDefaults.exclude, 'e2e/**'],
11
root: fileURLToPath(new URL('./', import.meta.url))
12
}
13
})
0 commit comments