Skip to content

Commit

Permalink
fix coverage reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
Facundo Allemand committed Oct 9, 2018
1 parent a3a02bb commit f60cf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
testRegex: '\\/tests\\/unit\\/.*(test|spec)\\.jsx?$',
collectCoverage: true,
coverageReporters: [
'json',
'html',
],
moduleNameMapper: {
'\\.(css|scss)$': '<rootDir>/tests/unit/setup/styleMock.js',
Expand Down

0 comments on commit f60cf43

Please sign in to comment.