Skip to content

Commit

Permalink
Update tap to the latest version πŸš€ (#320)
Browse files Browse the repository at this point in the history
* chore(package): update tap to version 13.0.0

* fix

* lower coverage requirements
  • Loading branch information
greenkeeper[bot] authored and goto-bus-stop committed Jun 25, 2019
1 parent 62fa0d4 commit 3ad2957
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"node": "^11.0.0 || ^10.0.0 || ^8.11.1"
},
"scripts": {
"test": "standard | snazzy && tap --no-cov --timeout=50 test/*.test.js",
"test:file": "standard | snazzy && tap --no-cov --timeout=50",
"test": "standard | snazzy && tap -j1 --no-cov --timeout=50 test/*.test.js",
"test:file": "standard | snazzy && tap -j1 --no-cov --timeout=50",
"ci-lint": "standard | snazzy",
"ci-test": "tap --timeout=50 test/*.test.js",
"ci-cov": "tap --statements=95 --timeout=60 test/*.test.js",
"ci-test": "tap -j1 --timeout=50 test/*.test.js",
"ci-cov": "tap -j1 --statements=95 --branches=90 --functions=95 --lines=98 --timeout=60 test/*.test.js",
"lint": "standard --fix | snazzy",
"visualize-watch": "node debug/visualize-watch.js",
"visualize-all": "node debug/visualize-all.js"
Expand All @@ -26,7 +26,7 @@
"snazzy": "^8.0.0",
"standard": "^12.0.0",
"startpoint": "^0.3.2",
"tap": "^12.0.0"
"tap": "^14.2.3"
},
"keywords": [],
"license": "GPL-3.0-or-later",
Expand Down

0 comments on commit 3ad2957

Please sign in to comment.