Skip to content

Commit f05aa21

Browse files
author
Popov Ivan
committed
Fixed yarn test script
1 parent e43dcda commit f05aa21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "nodemon -w ./src -e ts ./src/bin/www --exec ts-node",
77
"lint": "tslint './src/**/*.ts'",
88
"lintFix": "tslint --fix './src/**/*.ts'",
9-
"test": "nyc mocha ./src/**/*.spec.ts --require test/prepare.ts --timeout 10000",
9+
"test": "nyc mocha ./src/**/*.spec.ts --require test/prepare.ts",
1010
"build": "tsc -p tsconfig.build.json --outDir dist",
1111
"serve": "node ./dist/bin/www.js"
1212
},

0 commit comments

Comments
 (0)