()
| 372 | const attrs = [[AttributeMarker.Styles, 'height', '10px']]; |
| 373 | |
| 374 | function createDivWithStyle() { |
| 375 | ɵɵelement(0, 'div', 0); |
| 376 | } |
| 377 | |
| 378 | it('should add style', () => { |
| 379 | const fixture = new ViewFixture({ |
nothing calls this directly
no test coverage detected