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

Function Dummy

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

Source from the content-addressed store, hash-verified

1601 it('force updates the tree on receiving cached children', () => {
1602 const firstSpy = jest.fn();
1603 const Dummy = () => {
1604 firstSpy();
1605 return <div>first</div>;
1606 };
1607
1608 const App = () => <Dummy />;
1609 RHL.register(Dummy, 'Dummy', 'test.js');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected