()
| 1858 | store, |
| 1859 | ).setRelationshipDefinition('r1', 't1', 'T1', 'c1'); |
| 1860 | const ProvideRelationships = () => { |
| 1861 | useProvideRelationships('rel', relationships); |
| 1862 | return null; |
| 1863 | }; |
| 1864 | const {container, unmount} = render( |
| 1865 | <Provider> |
| 1866 | <Test /> |
nothing calls this directly
no test coverage detected
searching dependent graphs…