Skip to content

Commit

Permalink
Code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
marcveens committed Jan 19, 2020
1 parent 0017790 commit e90c4c6
Show file tree
Hide file tree
Showing 4 changed files with 860 additions and 27 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ cache:

script:
- npm run lint
- npm run test
- npm run coverage
- npm run build
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
collectCoverage: true
};
Loading

0 comments on commit e90c4c6

Please sign in to comment.