Skip to content

Commit

Permalink
fix: fix coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-alford committed Dec 16, 2023
1 parent eb74068 commit 172178d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
module.exports = {
collectCoverageFrom: ['src/**', '!src/schemata.ts'],
collectCoverageFrom: [
'src/**',
'!src/schemata.ts',
'!src/internal/either.ts',
'!src/internal/option.ts',
'!src/internal/task-either.ts',
],
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['<rootDir>/tests/**/*.ts'],
Expand Down

0 comments on commit 172178d

Please sign in to comment.