()
| 53 | const testPageData = { page: 'TestPage' }; |
| 54 | |
| 55 | function TestPage() { |
| 56 | useTracking(testPageData, { dispatchOnMount: true }); |
| 57 | return null; |
| 58 | } |
| 59 | |
| 60 | mount(<TestPage />); |
| 61 |
nothing calls this directly
no test coverage detected
searching dependent graphs…