Skip to content

Commit

Permalink
Testing coverage again
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Oct 23, 2024
1 parent 991085a commit f17d58b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default defineConfig({
environment: 'jsdom',
coverage: {
reporter: ['lcov', 'json', 'html', 'json-summary'],
include: [ './src'],
exclude: [ './src/main.tsx', '**/*.cjs', '**/*.d.ts' ],
},
exclude: [...configDefaults.exclude, './src/main.tsx'],
Expand Down

0 comments on commit f17d58b

Please sign in to comment.