mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 14:44:43 -04:00
refactor: move mockI18n
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
3962cafa5d
commit
86276b0753
35 changed files with 36 additions and 36 deletions
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
import { mockI18n } from '../../../markdown-renderer/test-utils/mock-i18n'
|
||||
import { mockI18n } from '../../../../test-utils/mock-i18n'
|
||||
import { OnOffButtonGroup } from './on-off-button-group'
|
||||
import { act, render, screen } from '@testing-library/react'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue