| 85 | * @param {{}} style |
| 86 | */ |
| 87 | export const expectTestComponentToHaveStyle = style => |
| 88 | expectElementToHaveStyle(componentElement, style); |
| 89 | |
| 90 | /** |
| 91 | * The difference between this method and expectElementToHaveStyle is that the |
no test coverage detected