Skip to content

Commit

Permalink
fix: fix vite version for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
vargastat committed Nov 29, 2024
1 parent e66ab2e commit eed5705
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ export default defineConfig({
globals: true,
environment: 'jsdom',
setupFiles: './src/testSetup.ts',
coverage: {
provider: 'v8',
reporter: ['lcov', 'text'],
},
},
server: {
port: DEFAULT_PORT,
Expand Down

0 comments on commit eed5705

Please sign in to comment.