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 b848107 commit 778fe77Copy full SHA for 778fe77
1 file changed
vitest.config.ts
@@ -14,24 +14,22 @@ export default defineConfig({
14
enabled: true,
15
exclude: [
16
'**/build/**',
17
- '**/__fixtures__/**',
18
- '**/__mocks__/**',
19
- '**/*.test.ts',
+ '__mocks__/**',
+ 'docs',
+ 'playgrounds',
20
'lib',
21
+ 'test',
22
'test-types',
23
'.eslintrc.cjs',
- 'jasmine.d.ts',
24
- 'jest.d.ts',
25
- 'types',
26
'eslint.config.mjs',
27
'vitest.config.ts',
28
'types-checks-filter-out-node_modules.js',
29
],
30
thresholds: {
31
- lines: 88.2,
32
- functions: 86.9,
33
- statements: 88.1,
34
- branches: 79.6,
+ lines: 88.4,
+ functions: 86.7,
+ statements: 88.3,
+ branches: 80.8,
35
}
36
37
0 commit comments