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 0174448 commit 2d6d880Copy full SHA for 2d6d880
package.json
@@ -25,7 +25,7 @@
25
"scripts": {
26
"clean": "rm -Rf node_modules/ typings/ *.js",
27
"build": "tsc",
28
- "test": "mocha -r ts-node/register test/_test*.ts --timeout 600000"
+ "test": "mocha -r ts-node/register test/test*.ts --timeout 600000"
29
},
30
"dependencies": {
31
"@types/bluebird": "*",
0 commit comments