Skip to content

Commit

Permalink
tests: fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Jul 24, 2023
1 parent f2e6d6b commit 03099dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ module.exports = {
transform: {
'^.+\\.ts$': 'ts-jest'
},
collectCoverageFrom: [
'src/**/*.{js,ts}',
],
verbose: true
}

0 comments on commit 03099dc

Please sign in to comment.