(self, fn)
| 34 | expect(count).to.equal(5); |
| 35 | }; |
| 36 | const whileClosed = (self, fn) => { |
| 37 | self.db.close(); |
| 38 | fn(); |
| 39 | }; |
| 40 | |
| 41 | describe('Database#prepare()', function () { |
| 42 | specify('while iterating (allowed)', function () { |
no test coverage detected
searching dependent graphs…