Skip to content

Commit

Permalink
Tests: change mocha output
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbeardsley committed Aug 8, 2014
1 parent d0d48c9 commit 9169f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,6 +30,6 @@
"main": "./cimpler.js",

"scripts": {
"test": "mocha --timeout 4000 --slow 500 "
"test": "mocha --reporter spec --timeout 4000 --slow 500 test/*"
}
}

0 comments on commit 9169f31

Please sign in to comment.