| 111 | * @param {{}} style |
| 112 | */ |
| 113 | export const testComponentToHaveStyle = style => |
| 114 | testElementToHaveStyle(componentElement, style); |
| 115 | |
| 116 | /** |
| 117 | * This method is necessary, as after a size change we have no way of knowing |
nothing calls this directly
no test coverage detected