diff --git a/source/InfiniteLoader/InfiniteLoader.jest.js b/source/InfiniteLoader/InfiniteLoader.jest.js index cb4703b8b..3cc768b1c 100644 --- a/source/InfiniteLoader/InfiniteLoader.jest.js +++ b/source/InfiniteLoader/InfiniteLoader.jest.js @@ -259,11 +259,8 @@ describe('InfiniteLoader', () => { component.resetLoadMoreRowsCache(true) expect(loadMoreRowsCalls).toEqual([{ startIndex: 0, stopIndex: 15 }]) }) - }) - - describe('scanForUnloadedRanges', () => { function createIsRowLoaded (rows) { return ({ index }) => rows[index]