Skip to content

Commit

Permalink
Undo removals from vitest.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Nov 18, 2023
1 parent c4329e1 commit 026562f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ export default defineConfig({
clearMocks: true,
coverage: {
all: true,
branches: 100,
exclude: ['lib', 'src/*.d.ts', 'src/index.ts'],
functions: 100,
include: ['src'],
lines: 100,
reporter: ['html', 'lcov'],
statements: 100,
},
exclude: ['lib', 'node_modules'],
setupFiles: ['console-fail-test/setup'],
Expand Down

0 comments on commit 026562f

Please sign in to comment.