Merge pull request #402 from strongloop/refactor/mocha

Refactor/mocha
This commit is contained in:
Janny 2019-11-07 10:50:28 -05:00 committed by GitHub
commit 9860f0339f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"scripts": { "scripts": {
"pretest": "node pretest.js", "pretest": "node pretest.js",
"lint": "eslint .", "lint": "eslint .",
"test": "mocha --timeout 10000 --exit test/*.test.js node_modules/juggler-v3/test.js node_modules/juggler-v4/test.js", "test": "mocha test/*.test.js node_modules/juggler-v3/test.js node_modules/juggler-v4/test.js",
"posttest": "npm run lint" "posttest": "npm run lint"
}, },
"dependencies": { "dependencies": {

View File

@ -1,2 +1,3 @@
--globals getSchema --globals getSchema
--timeout 15000 --timeout 15000
--exit