From 3b4ec557a1c2c95fe2dcd372c02547ca9aedd3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Iv=C3=A1n=20L=C3=B3pez=20Gonz=C3=A1lez?= Date: Fri, 12 Apr 2024 08:59:03 +0100 Subject: [PATCH] web: Add hint about expected error --- web/src/components/storage/ProposalPage.test.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/storage/ProposalPage.test.jsx b/web/src/components/storage/ProposalPage.test.jsx index 4a21a31bd0..96021a8a24 100644 --- a/web/src/components/storage/ProposalPage.test.jsx +++ b/web/src/components/storage/ProposalPage.test.jsx @@ -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 })); });