MCPcopy Create free account
hub / github.com/callstack/react-theme-provider /

Class

src/__tests__/createTheming.test.js:202–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 it('rerender component if theme props changed', () => {
201 const render = jest.fn(() => null);
202 class Checker extends React.Component {
203 render() {
204 return render();
205 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected