From 1e9613fa8f692e9f46385cb7b8b67245570ed478 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Tue, 14 Jul 2015 08:39:33 -0700 Subject: [PATCH] slight tweak to test command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f9b320b78..145f167c2a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "scripts": { "coverage": "nyc report --reporter=text-lcov | coveralls", "test": "nyc ./test/run.sh", - "mocha": "nyc mocha ./test/mocha/*.js" + "mocha": "nyc ./node_modules/.bin/_mocha ./test/mocha/*.js" }, "devDependencies": { "async": "^1.3.0",