Skip to content

Commit

Permalink
chore: update tap parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Mar 7, 2024
1 parent cc933c2 commit cf6451d
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 @@ -10,8 +10,8 @@
],
"scripts": {
"bench": "node benchmark/benchmark.js",
"test": "tap test/*.js",
"test:coverage": "tap test/*.js --cov",
"test": "tap test/*.js --disable-coverage --allow-empty-coverage",
"test:coverage": "tap test/*.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
Expand Down

0 comments on commit cf6451d

Please sign in to comment.