Skip to content

Commit 5888392

Browse files
messenjercexbrayat
authored andcommitted
fix: exclude from vitest the playwright e2e/** subfolders
1 parent 98b595a commit 5888392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/config/vitest/vitest.config.js

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

0 commit comments

Comments
 (0)