Skip to content

Commit

Permalink
[jest.config] Remove a no need line
Browse files Browse the repository at this point in the history
  • Loading branch information
homoluctus committed Feb 17, 2020
1 parent aef1a4c commit 6a9676b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module.exports = {
verbose: true,
collectCoverage: true,
collectCoverageFrom: [
'**/src/*.ts',
'!**/node_modules/**'
'**/src/*.ts'
]
}

0 comments on commit 6a9676b

Please sign in to comment.