Skip to content

Commit

Permalink
build: exclude spec from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Dec 6, 2024
1 parent e110246 commit fa69074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dapp-toolkit/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
coverage: {
provider: 'v8',
include: ['src/**/*.ts'],
exclude: ['src/**/*.testing-module.ts'],
exclude: ['src/**/*.testing-module.ts', 'src/**/*.spec.ts'],
reporter: ['lcov', 'text', 'html'],
},
include: ['src/**/*.spec.ts'],
Expand Down

0 comments on commit fa69074

Please sign in to comment.