Skip to content

Commit

Permalink
Update TAP reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Sep 9, 2023
1 parent fbdf10a commit f1ec15b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"scripts": {
"lint": "eslint --fix .",
"test": "npm run lint && npm run coverage",
"test:integration": "cross-env tape 'test/integration/**/*-test.js' | tap-spec",
"test:unit": "cross-env tape 'test/unit/**/*-test.js' | tap-spec",
"test:integration": "cross-env tape 'test/integration/**/*-test.js' | tap-arc",
"test:unit": "cross-env tape 'test/unit/**/*-test.js' | tap-arc",
"coverage": "nyc --reporter=lcov --reporter=text npm run test:unit"
},
"main": "src/index.js",
Expand Down

0 comments on commit f1ec15b

Please sign in to comment.