mirror of
https://github.com/mathuo/dockview
synced 2025-03-09 23:42:05 +00:00
chore: fix test
This commit is contained in:
parent
ed3fd57d6a
commit
a05d2af417
@ -4719,8 +4719,7 @@ describe('dockviewComponent', () => {
|
||||
test('remove all panels from popout group', async () => {
|
||||
const container = document.createElement('div');
|
||||
|
||||
const dockview = new DockviewComponent({
|
||||
parentElement: container,
|
||||
const dockview = new DockviewComponent(container, {
|
||||
createComponent(options) {
|
||||
switch (options.name) {
|
||||
case 'default':
|
||||
|
Loading…
Reference in New Issue
Block a user