From 8853cd1aa572ad00656f2e801055cf81d8fd1250 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 7 Jul 2020 19:52:50 -0400 Subject: [PATCH] fix(tests): another shot in the dark --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 04475f84f49f..22cf622b68b6 100644 --- a/install/package.json +++ b/install/package.json @@ -13,7 +13,7 @@ "start": "node loader.js", "lint": "npx eslint --cache ./nodebb .", "pretest": "npm run lint", - "test": "nyc --reporter=html --reporter=text-summary mocha", + "test": "npx nyc --reporter=html --reporter=text-summary npx mocha", "coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage" }, "husky": {