Skip to content

Commit

Permalink
fix(tests): Include all TypeScript files in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstenson committed Apr 4, 2019
1 parent 4ae3931 commit 1e6590e
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 @@ -14,6 +14,6 @@ module.exports = {
"/test/"
],
"collectCoverageFrom": [
"src/*.{js,ts}"
"src/**/*.{js,ts}"
]
}

0 comments on commit 1e6590e

Please sign in to comment.