Skip to content

Commit

Permalink
chore: get coverage for all files
Browse files Browse the repository at this point in the history
  • Loading branch information
molant committed Feb 20, 2020
1 parent e461b53 commit e396f98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ module.exports = {
testMatch: ['<rootDir>/**/__tests__/*{.,-}test.[jt]s'],
},
],
collectCoverageFrom: ['packages/**/src/**/*.ts'],
// collectCoverageFrom: [
// 'packages/**/src/**/*.ts',
// '!packages/cli-types/src/**/*.ts',
// ],
};

0 comments on commit e396f98

Please sign in to comment.