diff options
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", |