Skip to content

Commit

Permalink
chore: change coverage reportsDirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Nov 27, 2023
1 parent 44cb46d commit 086b50a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export default defineConfig({
],
include: ['test/**/*.{test,spec}.?(c|m)[jt]s?(x)'],
coverage: {
enabled: true,
reportsDirectory: 'coverage/vitest'
enabled: true
// reportsDirectory: 'coverage/vitest'
},
testTimeout: 60_000,
globals: true
Expand Down

0 comments on commit 086b50a

Please sign in to comment.