Skip to content

Commit 3d3c73b

Browse files
committed
Updated vitest.config.ts
1 parent 3bce36c commit 3d3c73b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

vitest.config.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ export default defineConfig({
1111
coverage: {
1212
provider: 'v8',
1313
reporter: ['text', 'json', 'html'],
14-
include: ['src/lib/**/*.ts'],
15-
exclude: ['**/*.test.ts', '**/*.spec.ts', '**/*.d.ts', 'src/lib/groupAssignments/**'],
16-
thresholds: {
17-
statements: 70,
18-
branches: 65,
19-
functions: 70,
20-
lines: 70,
21-
},
14+
include: ['src/**/*.ts', 'src/**/*.tsx', 'src/**/*.js', 'src/**/*.jsx'],
15+
exclude: ['**/*.test.ts', '**/*.spec.ts', '**/*.d.ts'],
16+
// thresholds: {
17+
// statements: 70,
18+
// branches: 65,
19+
// functions: 70,
20+
// lines: 70,
21+
// },
2222
},
2323
},
2424
});

0 commit comments

Comments
 (0)