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