MCPcopy Create free account
hub / github.com/gaearon/react-hot-loader / App

Function App

test/AppContainer.dev.test.js:1539–1542  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1537 it('renders children', () => {
1538 const spy = jest.fn();
1539 const App = () => {
1540 spy();
1541 return <div>hey</div>;
1542 };
1543 RHL.register(App, 'App', 'test.js');
1544
1545 const wrapper = mount(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected