We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b22fa2f + c8350fa commit 93292ceCopy full SHA for 93292ce
package.json
@@ -50,9 +50,9 @@
50
"wreck": "5.x.x"
51
},
52
"scripts": {
53
- "test": "node node_modules/lab/bin/lab -a code -t 100 -L",
54
- "test-tap": "node node_modules/lab/bin/lab -a code -r tap -o tests.tap",
55
- "test-cov-html": "node node_modules/lab/bin/lab -a code -r html -o coverage.html",
+ "test": "lab -a code -t 100 -L",
+ "test-tap": "lab -a code -r tap -o tests.tap",
+ "test-cov-html": "lab -a code -r html -o coverage.html",
56
"changelog": "mdchangelog --no-prologue --no-orphan-issues --overwrite --order-milestones semver --order-issues closed_at --dependents --remote hapijs/hapi --same-org --timeout 120000"
57
58
"license": "BSD-3-Clause"
0 commit comments