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 1f4c8b7 commit 5248be4Copy full SHA for 5248be4
vitest.config.mts
@@ -4,7 +4,7 @@ export default defineConfig({
4
test: {
5
coverage: {
6
provider: 'istanbul',
7
- exclude: [...configDefaults.exclude, 'demo.ts', '**/*.polyfill.ts', 'vars.ts']
+ exclude: [...configDefaults.exclude, 'demo.ts', '**/*.polyfill.ts', 'vars.ts', 'server.ts']
8
}
9
10
});
0 commit comments