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 Feb 23, 2021
1 parent c2c42ba commit 2c3f8f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintignore
@@ -0,0 +1 @@
coverage/
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"pretest": "npm run --silent lint && evalmd README.md",
"test": "npm run --silent tests-only",
"posttest": "aud --production",
"tests-only": "tape 'test/**/*.js'",
"tests-only": "nyc tape 'test/**/*.js'",
"testling": "testling --html > test.html",
"lint": "eslint .",
"postlint": "es-shim-api --bound",
Expand Down
2 changes: 1 addition & 1 deletion test/shimmed.js
@@ -1,4 +1,4 @@
require('../shim')();
require('../auto');

var test = require('tape');
var defineProperties = require('define-properties');
Expand Down

0 comments on commit 2c3f8f0

Please sign in to comment.