Skip to content

Commit

Permalink
chore: only run test coverage report in console
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Mar 1, 2023
1 parent 1b969d1 commit 4252bf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default defineConfig({
provider: 'istanbul',
all: true,
exclude: ['**/vitest.setup.ts', '**/mocks/**', '**/examples/**'],
reporter: ['text'],
},
},
resolve: {
Expand Down

0 comments on commit 4252bf6

Please sign in to comment.