Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MainframeOS/react-json-renderer
/ processProps
Function
processProps
__tests__/converter.js:278–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
276
277
it(
'uses the processProps options'
, () => {
278
const
processProps = props => {
279
if
(props.style) {
280
props.style =
'processed '
+ props.style
281
}
282
return
props
283
}
284
285
expect(
286
convertToObject(
Callers
1
convertComponent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected