MCPcopy Create free account
hub / github.com/ZeeCoder/container-query / expectTestComponentToHaveStyle

Function expectTestComponentToHaveStyle

tests/utils/index.js:87–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

index.jsFile · 0.90

Calls 1

expectElementToHaveStyleFunction · 0.85

Tested by

no test coverage detected