mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
perf(virtual-scroll): improve virtual-scroll performance
This commit is contained in:
@ -289,7 +289,7 @@ describe('VirtualScroll', () => {
|
||||
cells, records, nodes, viewContainer,
|
||||
itmTmp, hdrTmp, ftrTmp, true);
|
||||
|
||||
expect(nodes.length).toBe(6);
|
||||
expect(nodes.length).toBe(3);
|
||||
|
||||
expect(nodes[0].cell).toBe(2);
|
||||
expect(nodes[1].cell).toBe(3);
|
||||
|
Reference in New Issue
Block a user