(rows)
| 320 | |
| 321 | describe('scanForUnloadedRanges', () => { |
| 322 | function createIsRowLoaded(rows) { |
| 323 | return ({index}) => rows[index]; |
| 324 | } |
| 325 | |
| 326 | it('should return an empty array for a range of rows that have all been loaded', () => { |
| 327 | expect( |
no outgoing calls
no test coverage detected
searching dependent graphs…