Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeeCoder/container-query
/ expectTestComponentToHaveCustomProperties
Function
expectTestComponentToHaveCustomProperties
tests/utils/index.js:199–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
197
* @param {{}} props
198
*/
199
export
const
expectTestComponentToHaveCustomProperties = props =>
200
expectElementToHaveCustomProperties(componentElement, props);
201
202
/**
203
* @param {HTMLElement} element
Callers
1
index.js
File · 0.90
Calls
1
expectElementToHaveCustomProperties
Function · 0.85
Tested by
no test coverage detected