From f06362bb2aa6237f01edd2802ce651d9520365ec Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 2 Jul 2018 23:17:34 -0700 Subject: [PATCH] Revert "[Tests] fix `unit-test` script" This reverts commit 1544d84b5ff9fa96584011b68e2466b7ebcebbd9. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 417bed71ec..15d1cfe585 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 -- --reporter dot" + "test": "npm run unit-test", + "unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --reporter dot" }, "files": [ "LICENSE",