Commit bfccf222 by Andrew Nesbitt

Merge pull request #175 from dylang/no-blank-screen

use a mocha reporter that doesn't blank the screen
parents c5fa4848 b14b7e57
......@@ -35,7 +35,7 @@ if (!force) {
console.log('`'+ modPath+ '` exists; testing');
var mocha = new Mocha({
reporter: 'min',
reporter: 'dot',
ui: 'bdd',
timeout: 999999
});
......
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