(props)
| 532 | children="a" |
| 533 | components={{ |
| 534 | p(props) { |
| 535 | const {node, ...rest} = props |
| 536 | assert.deepEqual(rest, {children: 'a'}) |
| 537 | return <div {...rest} /> |
| 538 | } |
| 539 | }} |
| 540 | /> |
| 541 | ), |
nothing calls this directly
no outgoing calls
no test coverage detected