Merge pull request #167 from strongloop/fix_mocha_in_package_json

Simplify mocha test in package.json
This commit is contained in:
Amirali Jafarian 2016-10-19 17:24:20 -04:00 committed by GitHub
commit 447ced6c21
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js",
"test": "mocha --timeout 3000",
"posttest": "npm run lint"
},
"dependencies": {