diff --git a/package.json b/package.json index ef31d67..e86d3a3 100755 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "gulp-uglify": "^1.1.0" }, "scripts": { - "test": "./node_modules/mocha/bin/mocha tests/test.js" + "test": "mocha tests/test.js" } }