Skip to content

Commit 014ef35

Browse files
committed
simplify test scripts in package.json
1 parent 48fd811 commit 014ef35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "3.0.3",
44
"description": "Used in npm for command line application support",
55
"scripts": {
6-
"test": "tap test/*.js --100",
7-
"snap": "TAP_SNAPSHOT=1 tap test/*.js --100",
6+
"test": "tap",
7+
"snap": "tap",
88
"preversion": "npm test",
99
"postversion": "npm publish",
1010
"postpublish": "git push origin --follow-tags"

0 commit comments

Comments
 (0)