Skip to content

Commit

Permalink
fix: test coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
Chieffo2021 committed Aug 6, 2021
1 parent d796ed8 commit d3add44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "tsc -p tsconfig.json",
"postbuild": "cpy \"template/*\" ../dist/src --cwd=src/ --no-overwrite --parents",
"test": "jest",
"test-c": "jest-coverage",
"test-c": "jest --coverage",
"lint": "eslint --ext .js,.ts src/"
},
"repository": {
Expand Down

0 comments on commit d3add44

Please sign in to comment.