mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-08 02:15:02 -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
|
@ -9,6 +9,8 @@ import React from 'react'
|
|||
import type { ClickShieldProps } from '../../replace-components/click-shield/click-shield'
|
||||
import * as ClickShieldModule from '../../replace-components/click-shield/click-shield'
|
||||
|
||||
jest.mock('../../replace-components/click-shield/click-shield')
|
||||
|
||||
describe('VimeoFrame', () => {
|
||||
beforeEach(() => {
|
||||
jest.spyOn(ClickShieldModule, 'ClickShield').mockImplementation((({ children }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue