Skip to content

Commit

Permalink
Remove verbose test and move -Rspec option to standard test
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jan 17, 2022
1 parent fb38f29 commit 18b6e1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"lint": "standard",
"lint-readme": "standard-markdown",
"pretest": "npm run lint && npm run dts-check",
"test": "tap tests/*.js --100",
"test:verbose": "tap tests/*.js --100 -Rspec",
"test": "tap tests/*.js --100 -Rspec",
"prerelease": "npm test",
"release": "standard-version"
},
Expand Down

0 comments on commit 18b6e1c

Please sign in to comment.