diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-23 23:32:07 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-23 23:32:07 +0100 |
commit | 868a3186dd40e57ec1c38174be1db28dfd4c85c4 (patch) | |
tree | 6900fdf85bbd0f11caa9814c661ce2f03f26b4f6 /package.json | |
parent | 17b546181c0af8f3086fdf1b38b39a2bee7155e4 (diff) | |
download | gitbook-868a3186dd40e57ec1c38174be1db28dfd4c85c4.zip gitbook-868a3186dd40e57ec1c38174be1db28dfd4c85c4.tar.gz gitbook-868a3186dd40e57ec1c38174be1db28dfd4c85c4.tar.bz2 |
Add assertion to test that a file exists
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 5e77a72..51d6e14 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "grunt-bower-install-simple": "0.9.2" }, "scripts": { - "test": "node_modules/.bin/mocha --reporter list --timeout 15000" + "test": "node_modules/.bin/mocha --reporter spec --timeout 15000" }, "repository": { "type": "git", |