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