Skip to content

Commit

Permalink
See #58. Enable Jest code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavin001 committed Apr 9, 2018
1 parent c51e371 commit 49987b2
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 @@ -16,7 +16,7 @@ module.exports = {
"<rootDir>/node_modules/",
],
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
// collectCoverage: true,
collectCoverage: true,
coverageReporters: ["json", "lcov", "text", "html"],
coveragePathIgnorePatterns: [
"<rootDir>/__mocks__/",
Expand Down

0 comments on commit 49987b2

Please sign in to comment.