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

Function testComponentToHaveStyle

tests/utils/index.js:113–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 * @param {{}} style
112 */
113export 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

Callers

nothing calls this directly

Calls 1

testElementToHaveStyleFunction · 0.85

Tested by

no test coverage detected