Skip to content

Commit

Permalink
test: set coverage.include path
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 23, 2024
1 parent ed4ba6d commit 36e5e08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
globalSetup: './test/setup.ts',
coverage: {
include: ['src'],
},
},
})

0 comments on commit 36e5e08

Please sign in to comment.