Skip to content

Commit f7f05ea

Browse files
committed
chore: fix tests
1 parent ed8ab56 commit f7f05ea

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

packages/core/src/node/__tests__/host-docks.test.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ describe('devToolsDockHost', () => {
5151
id: 'my-special-panel',
5252
title: 'Special Panel',
5353
icon: 'special',
54-
from: './component.js',
55-
import: 'MyComponent',
54+
import: {
55+
importFrom: './component.js',
56+
importName: 'MyComponent',
57+
},
5658
}
5759

5860
host.register(dock)

0 commit comments

Comments
 (0)