Skip to content

Commit

Permalink
refactor: use jest built-in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed May 31, 2023
1 parent 394d0cd commit 61e4072
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 @@ -40,7 +40,7 @@
"pretest": "yarn build && yarn lint",
"test": "jest --reporters=default",
"test:smoketests": "nyc node smoketests",
"test:coverage": "nyc --no-clean jest",
"test:coverage": "jest --collect-coverage",
"test:cli": "jest test --reporters=default",
"test:packages": "jest packages/ --reporters=default",
"test:ci": "yarn test:cli && yarn test:packages",
Expand Down

0 comments on commit 61e4072

Please sign in to comment.