diff --git a/package.json b/package.json index 3001f54..69fa7d4 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "getTimesAll.js" ], "scripts": { - "test": "mocha \"test/**/*.js\"", + "test": "mocha test.js", "lint": "eslint .", "prepare": "npm test" },