Simplify mocha test in package.json

This commit is contained in:
Amir Jafarian 2016-10-19 14:15:41 -04:00
parent fed898b1c5
commit 756fc0df4f
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": {