Skip to content

Commit

Permalink
fix vitest reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed May 28, 2024
1 parent c91fa94 commit 40a8a8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@ export default defineConfig({
globalSetup: ['./tests/globalSetup.ts'],
setupFiles: ['./tests/setup.ts'],
hookTimeout: 25_000,
coverage: {
provider: 'v8',
reporter: 'lcov',
},
},
})

0 comments on commit 40a8a8c

Please sign in to comment.