()
| 1902 | store.setTables({t1: {r1: {c1: 2}}}); |
| 1903 | checkpoints.addCheckpoint(); |
| 1904 | const ProvideCheckpoints = () => { |
| 1905 | useProvideCheckpoints('cp', checkpoints); |
| 1906 | return null; |
| 1907 | }; |
| 1908 | const {container, unmount} = render( |
| 1909 | <Provider> |
| 1910 | <Test /> |
nothing calls this directly
no test coverage detected
searching dependent graphs…