We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903fea4 commit 4c7e907Copy full SHA for 4c7e907
package.json
@@ -6,7 +6,7 @@
6
"python"
7
],
8
"scripts": {
9
- "test": "tsc -p ./ && mocha -R spec",
+ "test": "tsc -p ./ && mocha",
10
"appveyorTest": "tsc -p ./ && mocha --ui tdd --reporter mocha-appveyor-reporter test/*.js",
11
"compile": "tsc -watch -p ./"
12
},
0 commit comments