Skip to content

Commit

Permalink
[Tests] run nyc on all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 30, 2020
1 parent 9411294 commit 4c47372
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"pretest": "npm run lint",
"lint": "eslint .",
"test": "npm run tests-only",
"pretests-only": "node test-core-js",
"tests-only": "tape test/*.js",
"posttest": "npx aud --production",
"coverage": "nyc npm run tests-only"
"tests-only": "nyc npm run tests-only:tape",
"pretests-only:tape": "node test-core-js",
"tests-only:tape": "tape 'test/*.js'",
"posttest": "npx aud --production"
},
"testling": {
"files": [
Expand Down

0 comments on commit 4c47372

Please sign in to comment.