Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed May 15, 2024
1 parent 3a81f23 commit 4040ce3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/devtools-kit/__tests__/api/api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,15 @@ describe('devtools api', () => {
const componentInspector = {
id: 'components',
nodeActions: [],
actions: [],
nodeId: '',
filter: '',
treeFilterPlaceholder: 'Search components',
}
const inspectorData = {
id: 'vueuse',
label: 'VueUse',
actions: [],
nodeActions: [],
nodeId: '',
filter: '',
Expand Down

0 comments on commit 4040ce3

Please sign in to comment.