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