Skip to content

Commit

Permalink
feat: fix ts
Browse files Browse the repository at this point in the history
  • Loading branch information
demetriusfeijoo committed Dec 31, 2024
1 parent c5baba3 commit 04ccf4c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const mockCallbacks = (): PluginMessageCallbacks => ({
onAssetSelect: vi.fn(),
onUnknownMessage: vi.fn(),
onLoaded: vi.fn(),
onPromptAI: vi.fn(),
})

describe('handlePluginMessage', () => {
Expand Down

0 comments on commit 04ccf4c

Please sign in to comment.