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 7593c25 commit 376ef58Copy full SHA for 376ef58
package.json
@@ -6,7 +6,7 @@
6
"python"
7
],
8
"scripts": {
9
- "test": "tsc -p ./ && mocha",
+ "test": "tsc -p ./ && mocha -r ts-node/register",
10
"appveyorTest": "tsc -p ./ && nyc mocha --reporter mocha-appveyor-reporter test/*.js",
11
"compile": "tsc -watch -p ./"
12
},
0 commit comments