()
| 140 | ɵɵelement(4097, 'comp'); |
| 141 | }; |
| 142 | const updateText = () => { |
| 143 | ɵɵadvance(4097); |
| 144 | ɵɵproperty('name', ctx.name); |
| 145 | }; |
| 146 | const fixture = new ViewFixture({ |
| 147 | create: createText, |
| 148 | update: updateText, |
nothing calls this directly
no test coverage detected