We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0546d4 commit 43daff9Copy full SHA for 43daff9
2 files changed
.travis.yml
@@ -13,6 +13,8 @@ before_script:
13
- npm prune
14
- npm install
15
script:
16
+ - npm run test
17
+ - npm run test:coverage
18
- npm run build
19
after_success:
20
- npm run report-coverage
package.json
@@ -15,6 +15,7 @@
"setup:semantic-release": "semantic-release-cli setup",
"setup:commitizen": "commitizen init cz-conventional-changelog --save-dev --save-exact",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
+ "test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch"
21
},
0 commit comments