mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-03-10 21:32:22 +00:00
fix(frontend): fix note-loading-boundary.test.tsx
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
e390c0dd15
commit
8010ee1f71
1 changed files with 3 additions and 1 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in a new issue