diff --git a/memoize/package.json b/memoize/package.json index 57a9b22..c2c0976 100644 --- a/memoize/package.json +++ b/memoize/package.json @@ -1,6 +1,6 @@ { "private": true, "scripts": { - "test": "../node_modules/.bin/mocha" + "test": "node ../node_modules/mocha/bin/mocha" } }