From 756fc0df4f2e97d0109cf3324cd4f13b148c0d7a Mon Sep 17 00:00:00 2001 From: Amir Jafarian Date: Wed, 19 Oct 2016 14:15:41 -0400 Subject: [PATCH] Simplify mocha test in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52dff3e..c7875ca 100644 --- a/package.json +++ b/package.json @@ -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": {