( ui: React.ReactElement, options?: Omit<RenderOptions, 'wrapper'>, )
| 16 | }; |
| 17 | |
| 18 | const customRender: CustomRender = ( |
| 19 | ui: React.ReactElement, |
| 20 | options?: Omit<RenderOptions, 'wrapper'>, |
| 21 | ) => render(ui, { wrapper: AllTheProviders, ...options }); |
| 22 | |
| 23 | export * from '@testing-library/react'; |
| 24 |
no outgoing calls
no test coverage detected