Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit a5ab879

Browse files
committed
fix(test): -100 is apparently bad now
1 parent 7039390 commit a5ab879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"release": "standard-version -s",
1414
"postrelease": "npm publish && git push --follow-tags",
1515
"pretest": "standard",
16-
"test": "tap -J -100 test/*.js",
16+
"test": "tap -J --100 test/*.js",
1717
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
1818
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
1919
},

0 commit comments

Comments
 (0)