forked from sombochea/verdaccio-ui
fix: introduced forwardRef (#163)
This commit is contained in:
committed by
Juan Picado @jotadeveloper
parent
909a8d9fb8
commit
626bcce5cb
@@ -10,7 +10,7 @@ import { waitForElement } from '@testing-library/dom';
|
||||
import ErrorBoundary from '../../App/AppError';
|
||||
|
||||
// :-) we mock this otherways fails on render, some weird issue on material-ui
|
||||
jest.mock('@material-ui/core/Avatar');
|
||||
jest.mock('../../muiComponents/Avatar');
|
||||
|
||||
// eslint-disable-next-line react/display-name
|
||||
jest.mock('../../components/NotFound', () => () => <div>{'Not found'}</div>);
|
||||
|
||||
Reference in New Issue
Block a user