()
| 228 | const attrs = [[AttributeMarker.Styles, 'height', '10px']]; |
| 229 | |
| 230 | function createDivWithStyle() { |
| 231 | ɵɵelement(0, 'div', 0); |
| 232 | } |
| 233 | |
| 234 | it('should add style', () => { |
| 235 | const fixture = new ViewFixture({ |
nothing calls this directly
no test coverage detected