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 4fcca62 commit 634f7edCopy full SHA for 634f7ed
vitest.config.ts
@@ -6,6 +6,7 @@ export default defineConfig({
6
coverage: {
7
provider: "istanbul",
8
},
9
+ exclude: ['e2e', 'node_modules']
10
11
plugins: [tsconfigPaths()],
12
});
0 commit comments