()
| 116 | }); |
| 117 | |
| 118 | const TestingComponent = () => { |
| 119 | return renderWithAuth( |
| 120 | <ProxyProvider> |
| 121 | <TestingScreen /> |
| 122 | </ProxyProvider>, |
| 123 | { |
| 124 | route: "/proxies", |
| 125 | path: "/proxies", |
| 126 | }, |
| 127 | ); |
| 128 | }; |
| 129 | |
| 130 | // TestingScreen just mounts some components that we can check in the unit test. |
| 131 | const TestingScreen = () => { |
no test coverage detected