From d225a1161e5eb3f4606c7248533b858e8b82f317 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 2 Jul 2018 23:35:56 -0700 Subject: [PATCH] [Tests] fixing test script one final time --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 629f4b3859..c635858e6b 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "coveralls": "cat ./reports/coverage/lcov.info | coveralls", "lint": "eslint ./", "pretest": "npm run lint", - "test": "npm run unit-test 'tests/**/*.js'", - "unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha" + "test": "npm run unit-test", + "unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js" }, "files": [ "LICENSE",