Skip to content

Commit 93292ce

Browse files
author
Eran Hammer
committed
Merge pull request hapijs#2567 from idanwe/master
Cleanup lab invoke
2 parents b22fa2f + c8350fa commit 93292ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"wreck": "5.x.x"
5151
},
5252
"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",
53+
"test": "lab -a code -t 100 -L",
54+
"test-tap": "lab -a code -r tap -o tests.tap",
55+
"test-cov-html": "lab -a code -r html -o coverage.html",
5656
"changelog": "mdchangelog --no-prologue --no-orphan-issues --overwrite --order-milestones semver --order-issues closed_at --dependents --remote hapijs/hapi --same-org --timeout 120000"
5757
},
5858
"license": "BSD-3-Clause"

0 commit comments

Comments
 (0)