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 c71b5f7 commit 5bdab8fCopy full SHA for 5bdab8f
vitest.config.ts
@@ -7,7 +7,7 @@ export default mergeConfig(
7
defineConfig({
8
test: {
9
environment: 'jsdom',
10
- // exclude: [...configDefaults.exclude, 'e2e/*'],
+ exclude: [...configDefaults.exclude],
11
root: fileURLToPath(new URL('./', import.meta.url)),
12
server: {
13
deps: {
0 commit comments