chore: fix test

This commit is contained in:
mathuo 2024-08-06 21:37:07 +01:00
parent ed3fd57d6a
commit a05d2af417
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -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':