Skip to content

Commit

Permalink
chore: collect coverage from TS files
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 17, 2019
1 parent 6af2f67 commit d2023f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Expand Up @@ -5,6 +5,7 @@
module.exports = {
collectCoverageFrom: [
'**/packages/*/**/*.js',
'**/packages/*/**/*.ts',
'!**/bin/**',
'!**/cli/**',
'!**/perf/**',
Expand Down

0 comments on commit d2023f1

Please sign in to comment.