Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hgranlund committed Dec 20, 2020
1 parent 8c48f3d commit d784e86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module.exports = {
testRegex: '/tests/.*\\.(test|spec)?\\.ts$',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
reporters: ['default'],
coverageReporters: ['cobertura', 'html'],
bail: true,
roots: ['src', 'tests'],
};

0 comments on commit d784e86

Please sign in to comment.