Skip to content

Commit 2c62468

Browse files
committed
Add new test commands to package.json
1 parent 1a0d8f7 commit 2c62468

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: package.json

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

0 commit comments

Comments
 (0)