Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 6cc9082

Browse files
committed
[FIX] Fullscreen: fix basic editor bundle import
1 parent 7ae00e2 commit 6cc9082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-fullsreen/test/Fullscreen.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { expect } from 'chai';
2-
import { BasicEditor } from '../../../bundles/BasicEditor';
2+
import { BasicEditor } from '../../bundle-basic-editor/BasicEditor';
33
import { Fullscreen } from '../src/Fullscreen';
44
import { click } from '../../utils/src/testUtils';
55
import { Toolbar } from '../../plugin-toolbar/src/Toolbar';

0 commit comments

Comments
 (0)