Skip to content

Commit

Permalink
test: only include src
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-online committed May 7, 2024
1 parent 5235879 commit 98ccfd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
coverage: {
enabled: true,
reporter: ['text', 'lcov', 'clover'],
exclude: ['**/node_modules/**', '**/dist/**', '**/tests/**'],
include: ['src/**', 'src/error.ts'],
clean: false
},
testTimeout: 30000
Expand Down

0 comments on commit 98ccfd0

Please sign in to comment.