diff --git a/package.json b/package.json index 1d124f70af0..fde3e45f3ba 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "main": "./lib/api.js", "scripts": { "test": "node Makefile.js test", - "test:cli": "./node_modules/.bin/mocha", + "test:cli": "mocha", "lint": "node Makefile.js lint", "fix": "node Makefile.js lint -- fix", "fuzz": "node Makefile.js fuzz",