Skip to content

Commit

Permalink
fix(web): fix client mock
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Jan 16, 2025
1 parent 221ffee commit 56ea647
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/context/installer.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ describe("installer context", () => {
(createDefaultClient as jest.Mock).mockImplementation(() => {
return {
onConnect: jest.fn(),
onDisconnect: jest.fn(),
onClose: jest.fn(),
onError: jest.fn(),
};
});
});
Expand Down

0 comments on commit 56ea647

Please sign in to comment.