MCPcopy Index your code
hub / github.com/ctrlplusb/react-injectables / StatelessComponent

Function StatelessComponent

test/Injectable.test.js:24–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23 it(`It should allow use of a stateless component`, () => {
24 const StatelessComponent = () => <div>bar</div>;
25 const InjectableBob = Injectable(StatelessComponent);
26 assertIsValidInjectable(InjectableBob);
27 });
28

Callers

nothing calls this directly

Calls 1

InjectableFunction · 0.85

Tested by

no test coverage detected