mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-01 18:58:58 +00:00
FIX - use five app rows per home page
This commit is contained in:
@@ -11,11 +11,11 @@ describe('page clamping', () => {
|
||||
expect(
|
||||
paginateItems(
|
||||
Array.from({ length: 21 }, (_, index) => index),
|
||||
16,
|
||||
20,
|
||||
),
|
||||
).toEqual([
|
||||
Array.from({ length: 16 }, (_, index) => index),
|
||||
[16, 17, 18, 19, 20],
|
||||
Array.from({ length: 20 }, (_, index) => index),
|
||||
[20],
|
||||
])
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user