Commit 2b34c6fa authored by Ryan LeFevre's avatar Ryan LeFevre

Don't need to give relative path to mocha

parent e08b2e46
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"lodash": "~ 2.4" "lodash": "~ 2.4"
}, },
"scripts": { "scripts": {
"test": "./node_modules/mocha/bin/mocha test" "test": "mocha test"
}, },
"devDependencies": { "devDependencies": {
"coffeeify": "~ 0.6.0", "coffeeify": "~ 0.6.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment