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 18, 2020
1 parent 9b955d9 commit 845898a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
coverage/
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
"pretest": "npm run --silent lint && evalmd README.md",
"test": "npm run tests-only",
"posttest": "npx aud --production",
"tests-only": "tape 'test/**/*.js'",
"coverage": "nyc npm run tests-only",
"lint": "eslint test/*.js *.js",
"tests-only": "nyc tape 'test/**/*.js'",
"lint": "eslint .",
"postlint": "es-shim-api --bound"
},
"repository": {
Expand Down

0 comments on commit 845898a

Please sign in to comment.