Skip to content

Commit

Permalink
test: add coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Oct 27, 2020
1 parent 64be762 commit 54a5155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ dist
link.sh
.cache
TODOs.md
coverage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dev": "tsc --watch",
"build": "tsc",
"pretest": "tsc",
"test": "jest",
"test": "jest --coverage",
"dev-example": "webpack-dev-server --config example/webpack.config.js --inline --hot",
"build-example": "rm -rf example/dist && webpack --config example/webpack.config.js --env.prod",
"lint": "prettier --write --parser typescript \"{src,test}/**/*.{j,t}s\"",
Expand Down

0 comments on commit 54a5155

Please sign in to comment.