()
| 171 | specify('while iterating (blocked)', function () { |
| 172 | let i = 0; |
| 173 | whileIterating(this, blocked(() => this.db.table(`tbl_${++i}`, { columns: ['x'], *rows() {} }))); |
| 174 | expect(i).to.equal(5); |
| 175 | normally(allowed(() => this.db.table(`tbl_${++i}`, { columns: ['x'], *rows() {} }))); |
| 176 | }); |
nothing calls this directly
no outgoing calls
no test coverage detected