We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48fd811 commit 014ef35Copy full SHA for 014ef35
package.json
@@ -3,8 +3,8 @@
3
"version": "3.0.3",
4
"description": "Used in npm for command line application support",
5
"scripts": {
6
- "test": "tap test/*.js --100",
7
- "snap": "TAP_SNAPSHOT=1 tap test/*.js --100",
+ "test": "tap",
+ "snap": "tap",
8
"preversion": "npm test",
9
"postversion": "npm publish",
10
"postpublish": "git push origin --follow-tags"
0 commit comments