Skip to content

Commit e90c4c6

Browse files
committed
Code coverage
1 parent 0017790 commit e90c4c6

File tree

4 files changed

+860
-27
lines changed

4 files changed

+860
-27
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ cache:
1212

1313
script:
1414
- npm run lint
15+
- npm run test
1516
- npm run coverage
1617
- npm run build

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
4+
collectCoverage: true
45
};

0 commit comments

Comments
 (0)