MCPcopy Create free account
hub / github.com/react-dnd/react-dnd /

Class

examples/shared/wrapInTestContext.js:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5export default function wrapInTestContext(DecoratedComponent) {
6 class TestStub extends Component {
7 render() {
8 return <DecoratedComponent {...this.props} />;
9 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected