diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-10 15:44:39 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-10 15:44:39 +0100 |
commit | 54c9ecf3c22e979fb2547a402754bb87291c4525 (patch) | |
tree | c5d755da3235823fa373ff718003b6214cabf767 | |
parent | 8308ae69a20e20a55d5059af948699afa659931f (diff) | |
download | gitbook-54c9ecf3c22e979fb2547a402754bb87291c4525.zip gitbook-54c9ecf3c22e979fb2547a402754bb87291c4525.tar.gz gitbook-54c9ecf3c22e979fb2547a402754bb87291c4525.tar.bz2 |
Use mocha from node_modules/.bin
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index cc00b70..9677a0b 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "grunt-bower-install-simple": "0.9.2" }, "scripts": { - "test": "mocha --reporter list --timeout 15000" + "test": "node_modules/.bin/mocha --reporter list --timeout 15000" }, "repository": { "type": "git", |