mirror of
https://github.com/nextcloud/server.git
synced 2026-03-18 08:34:10 -04:00
tests: Fix cypress component test import of package for mocking
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
6899ca2a88
commit
10b104fa13
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import * as InitialState from '@nextcloud/initial-state'
|
||||
import InitialState from '@nextcloud/initial-state'
|
||||
import * as L10n from '@nextcloud/l10n'
|
||||
// eslint-disable-next-line import/no-unresolved
|
||||
import FolderSvg from '@mdi/svg/svg/folder.svg?raw'
|
||||
|
|
|
|||
Loading…
Reference in a new issue