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 21787d9 commit b868b43Copy full SHA for b868b43
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"build": "tsc",
9
"dev": "tsc --watch",
10
- "test": "mocha -r ts-node/register src/*.spec.ts",
+ "test": "mocha --timeout 10000 -r ts-node/register src/*.spec.ts",
11
"check:all": "yarn build && yarn test && yarn lint",
12
"cover": "NODE_ENV=test ./node_modules/nyc/bin/nyc.js --reporter=html -x=spec -x=coverage --all=true npm test",
13
"sequelize": "sequelize",
0 commit comments