Skip to content

Commit

Permalink
web: Add hint about expected error
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Apr 12, 2024
1 parent 86f85f5 commit 3b4ec55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/storage/ProposalPage.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ beforeEach(() => {
onStatusChange: jest.fn()
};

// @ts-expect-error
// @ts-expect-error Mocking method does not exist fo InstallerClient type.
createClient.mockImplementation(() => ({ storage }));
});

Expand Down

0 comments on commit 3b4ec55

Please sign in to comment.