()
| 247 | |
| 248 | describe('elementClass', () => { |
| 249 | function createDivWithStyling() { |
| 250 | ɵɵelement(0, 'div'); |
| 251 | } |
| 252 | |
| 253 | it('should add class', () => { |
| 254 | const fixture = new ViewFixture({ |
nothing calls this directly
no test coverage detected
searching dependent graphs…