()
| 163 | const dispatchOnMount = jest.fn(() => ({ dom: true })); |
| 164 | |
| 165 | function TestComponent() { |
| 166 | useTracking(testDispatchOnMount, { dispatch, dispatchOnMount }); |
| 167 | return null; |
| 168 | } |
| 169 | |
| 170 | mount(<TestComponent />); |
| 171 |
nothing calls this directly
no test coverage detected
searching dependent graphs…