Skip to content

Commit

Permalink
vite.config: Remove coverage
Browse files Browse the repository at this point in the history
Since we are loading all the widgets and looking for them, vite is also checking if we are testing everything on them as well.
This breaks all the coverages values.

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Mar 27, 2024
1 parent d195a41 commit d7ed93c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions vite.config.ts
Expand Up @@ -34,13 +34,5 @@ export default defineConfig({
test: {
globals: true,
environment: 'jsdom',
coverage: {
branches: 90,
functions: 95,
lines: 98,
perFile: true,
reporter: ['html', 'text'],
statements: 95,
},
},
})

0 comments on commit d7ed93c

Please sign in to comment.