Skip to content

Commit 5c7c242

Browse files
test(unit): exclude docs in root test
1 parent 6d49e4b commit 5c7c242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default mergeConfig(
88
defineConfig({
99
test: {
1010
environment: 'jsdom',
11-
exclude: [...configDefaults.exclude, 'e2e/*'],
11+
exclude: [...configDefaults.exclude, 'e2e/*', 'docs'],
1212
root: fileURLToPath(new URL('./', import.meta.url))
1313
}
1414
})

0 commit comments

Comments
 (0)