()
| 5 | const request = require('../lib/request'); |
| 6 | |
| 7 | function waitForReplication() { |
| 8 | return new Promise(function (resolve) { |
| 9 | setTimeout(resolve, 1000); |
| 10 | }); |
| 11 | } |
| 12 | |
| 13 | describe_only_db('mongo')('Read preference option', () => { |
| 14 | it('should find in primary by default', done => { |
no outgoing calls
no test coverage detected