()
| 3395 | |
| 3396 | describe('tView.firstUpdatePass', () => { |
| 3397 | function isFirstUpdatePass() { |
| 3398 | const lView = getLView(); |
| 3399 | const tView = lView[TVIEW]; |
| 3400 | return tView.firstUpdatePass; |
| 3401 | } |
| 3402 | |
| 3403 | function assertAttrValues(element: Element, value: string) { |
| 3404 | expect(element.getAttribute('data-comp')).toEqual(value); |