src/app/components/react-testing-library-with-providers.tsx
Function customRender
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const customRender = (
ui: ReactElement,
options?: Omit<RenderOptions, 'wrapper'> & Omit<Props, 'children'>,
) => {
const {