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 6835df9 commit 4dbfbc0Copy full SHA for 4dbfbc0
package.json
@@ -7,7 +7,7 @@
7
],
8
"scripts": {
9
"test": "tsc -p ./ && mocha -r ts-node/register",
10
- "appveyorTest": "tsc -p ./ && nyc mocha --reporter mocha-appveyor-reporter test/*.js",
+ "appveyorTest": "tsc -p ./ && nyc mocha test/*.js",
11
"compile": "tsc -watch -p ./",
12
"compileOnce": "tsc -p ./"
13
},
0 commit comments