Skip to content

Commit

Permalink
get this version of tap to work on node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
nexdrew committed Jan 18, 2024
1 parent 41c0a9f commit a0845cf
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 @@ -9,7 +9,7 @@
"scripts": {
"prepare": "babel src -d lib",
"pretest": "standard && npm run prepare",
"test": "tap --cov test.js",
"test": "tap --reporter=classic --cov test.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"html": "nyc report --reporter=html && open coverage/index.html",
"release": "standard-version"
Expand Down

0 comments on commit a0845cf

Please sign in to comment.