Add default mocha options

This commit is contained in:
Brian M. Carlson 2013-11-08 17:08:55 -06:00
parent 9e2f622403
commit 2e33d4acc0
2 changed files with 4 additions and 1 deletions

View File

@ -77,7 +77,7 @@ it('read huge result', function(done) {
}
count += rows.length;
if(count%100000 == 0) {
console.log(count)
//console.log(count)
}
setImmediate(read)
})

3
test/mocha.opts Normal file
View File

@ -0,0 +1,3 @@
--no-exit
--bail
--reporter=spec