Skip to content

Commit 18b6e1c

Browse files
committed
Remove verbose test and move -Rspec option to standard test
1 parent fb38f29 commit 18b6e1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"lint": "standard",
2020
"lint-readme": "standard-markdown",
2121
"pretest": "npm run lint && npm run dts-check",
22-
"test": "tap tests/*.js --100",
23-
"test:verbose": "tap tests/*.js --100 -Rspec",
22+
"test": "tap tests/*.js --100 -Rspec",
2423
"prerelease": "npm test",
2524
"release": "standard-version"
2625
},

0 commit comments

Comments
 (0)