mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 07:34:42 -04:00
Update nextjs monorepo to v12.3.0 (#2222)
* Update nextjs monorepo to v12.3.0 Signed-off-by: Renovate Bot <bot@renovateapp.com> * Fix tests Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> Signed-off-by: Renovate Bot <bot@renovateapp.com> Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
7d926ca690
commit
7b264042dc
19 changed files with 166 additions and 157 deletions
|
@ -13,6 +13,9 @@ import type { Note, NoteMetadata } from '../../../api/notes/types'
|
|||
import { Mock } from 'ts-mockery'
|
||||
import { waitForOtherPromisesToFinish } from '../../../utils/wait-for-other-promises-to-finish'
|
||||
|
||||
jest.mock('../../../api/notes')
|
||||
jest.mock('../../../hooks/common/use-single-string-url-parameter')
|
||||
|
||||
describe('create non existing note hint', () => {
|
||||
const mockedNoteId = 'mockedNoteId'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue