mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(virtualScroll): fix virtual scroll unit test
This commit is contained in:
@@ -535,7 +535,7 @@ describe('VirtualScroll', () => {
|
||||
|
||||
function getView(width?:number, height?: number, top?: number, left?: number): any {
|
||||
return {
|
||||
setLocal: function(){},
|
||||
context: {},
|
||||
rootNodes: [{
|
||||
nodeType: 1,
|
||||
offsetWidth: width,
|
||||
|
||||
Reference in New Issue
Block a user