Skip to content

Commit

Permalink
Revert ignoring data holder files in the coverage report
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel <samuelimolo4real@gmail.com>
  • Loading branch information
Márton Horváth and imolorhe committed Jul 21, 2023
1 parent 66fc070 commit fb53221
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/altair-api/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ module.exports = {
collectCoverageFrom: [
'src/**/*.(t|j)s',
'!src/**/mocks/**',
'!src/**/config.ts',
'!src/**/*.dto.ts',
'!src/**/*.input.ts',
'!src/**/*.module.ts',
'!src/**/*.strategy.ts',
],
coverageDirectory: '../coverage',
testEnvironment: 'node',
Expand Down

0 comments on commit fb53221

Please sign in to comment.