Skip to content

Commit 4c7e907

Browse files
committed
removing -R spec from mocha (not necessary)
1 parent 903fea4 commit 4c7e907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"python"
77
],
88
"scripts": {
9-
"test": "tsc -p ./ && mocha -R spec",
9+
"test": "tsc -p ./ && mocha",
1010
"appveyorTest": "tsc -p ./ && mocha --ui tdd --reporter mocha-appveyor-reporter test/*.js",
1111
"compile": "tsc -watch -p ./"
1212
},

0 commit comments

Comments
 (0)