From 3e3765551df45f9d40d7106c8b88673ff9088348 Mon Sep 17 00:00:00 2001 From: Michael Schoonmaker Date: Fri, 14 Mar 2014 12:52:25 -0400 Subject: [PATCH] Fix `npm test` when --no-bin-links is active. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3de42b..779d3dd 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "handling" ], "scripts": { - "test": "mocha --reporter spec", + "test": "node_modules/mocha/bin/mocha --reporter spec", "bench": "survey ./bench/stepdown" }, "license": "MIT"