Skip to content

Commit

Permalink
Set % of testing coverage visible
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilioImp committed Dec 27, 2019
1 parent aa43e13 commit 0fc8a9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
testPathIgnorePatterns : ["/node_modules/", "/thespoon/", "/mobileApp/"],
setupFilesAfterEnv: ['./jest.setup.js']
setupFilesAfterEnv: ['./jest.setup.js'],
collectCoverage: true,
};

0 comments on commit 0fc8a9c

Please sign in to comment.