mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Add default mocha options
This commit is contained in:
parent
9e2f622403
commit
2e33d4acc0
@ -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
3
test/mocha.opts
Normal file
@ -0,0 +1,3 @@
|
||||
--no-exit
|
||||
--bail
|
||||
--reporter=spec
|
||||
Loading…
x
Reference in New Issue
Block a user