Skip to content

Commit

Permalink
Update vitest.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Dec 9, 2024
1 parent 73f4dbf commit 3a6abcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default defineConfig({
test: {
coverage: {
include: ['src/**/*.ts'],
exclude: ['**/*.d.ts', '**/*.test.ts', '**/test/**'],
exclude: ['**/*.d.ts', '**/*.test.ts', '**/test/**', '**/alphalib/**'],
reporter: ['json', 'lcov', 'text', 'clover', 'json-summary', 'html'],
provider: 'v8',
thresholds: {
Expand Down

0 comments on commit 3a6abcc

Please sign in to comment.