Merge pull request #167 from strongloop/fix_mocha_in_package_json
Simplify mocha test in package.json
This commit is contained in:
commit
447ced6c21
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue