Skip to content

Commit

Permalink
spaces removed
Browse files Browse the repository at this point in the history
  • Loading branch information
tyupaev committed Jun 15, 2017
1 parent 6939a08 commit e35598a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/InfiniteLoader/InfiniteLoader.jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e35598a

Please sign in to comment.