Skip to content

Commit 0c61440

Browse files
committedNov 10, 2022
test script update
1 parent 5b4b32e commit 0c61440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"webpagetest": "bin/webpagetest"
2525
},
2626
"scripts": {
27-
"test": "./node_modules/mocha/bin/mocha -R spec test/*-test.js"
27+
"test": "mocha -R spec test/*-test.js"
2828
},
2929
"engines": {
3030
"node": ">=10.18.1"

0 commit comments

Comments
 (0)
Please sign in to comment.