Skip to content

Commit

Permalink
test: enable coverage.reportOnFailure
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Mar 2, 2024
1 parent b04c8d1 commit 770a00d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/ui/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ export default defineConfig({
test: {
dir: './fixtures',
environment: 'happy-dom',
coverage: {
reportOnFailure: true,
},
},
})

0 comments on commit 770a00d

Please sign in to comment.