(element: HTMLElement, prop: string, value: any)
| 4417 | }); |
| 4418 | |
| 4419 | function assertStyle(element: HTMLElement, prop: string, value: any) { |
| 4420 | expect((element.style as any)[prop]).toEqual(value); |
| 4421 | } |
| 4422 | |
| 4423 | function expectStyle(element: HTMLElement) { |
| 4424 | return expect(getElementStyles(element)); |
no outgoing calls
no test coverage detected
searching dependent graphs…