Skip to content

Commit ed50365

Browse files
committed
Update npm test command
1 parent 5fdb16e commit ed50365

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"test": "test"
77
},
88
"scripts": {
9-
"test": "./node_modules/.bin/mocha --recursive --reporter list",
10-
"test-all": "./node_modules/.bin/mocha --recursive --reporter list ."
9+
"test": "./node_modules/.bin/mocha"
1110
},
1211
"repository": {
1312
"type": "git",

0 commit comments

Comments
 (0)