fix(frontend): fix note-loading-boundary.test.tsx

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2022-12-04 20:44:12 +01:00 committed by David Mehren
parent e390c0dd15
commit 8010ee1f71

View file

@ -20,7 +20,9 @@ import { Mock } from 'ts-mockery'
jest.mock('../../../hooks/common/use-single-string-url-parameter')
jest.mock('../../../api/notes')
jest.mock('../../../redux/note-details/methods')
jest.mock('../../error-pages/common-error-page')
jest.mock('../../error-pages/common-error-page', () => ({
CommonErrorPage: jest.fn()
}))
jest.mock('../../../components/application-loader/loading-screen/loading-screen')
jest.mock('./create-non-existing-note-hint')