From 8c3db1e3f627bb656a4966d749b4982dd8c4da71 Mon Sep 17 00:00:00 2001 From: saithsab877 Date: Mon, 16 Sep 2024 04:33:34 +0500 Subject: [PATCH] fix(unit-test): fix jest coverage thresholds --- src/components/App/SideBar/SidebarSubView/__tests__/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/App/SideBar/SidebarSubView/__tests__/index.tsx b/src/components/App/SideBar/SidebarSubView/__tests__/index.tsx index 3bdc4bdcf9..5050f5a30f 100644 --- a/src/components/App/SideBar/SidebarSubView/__tests__/index.tsx +++ b/src/components/App/SideBar/SidebarSubView/__tests__/index.tsx @@ -62,7 +62,7 @@ describe('Test SideBarSubView', () => { useAppStoreMock.mockReturnValue({ setSidebarOpen: jest.fn() }) }) - it('asserts that the component is not visible when open is false', () => { + it('asserts that the components is not visible when open is false', () => { const { getByTestId } = render(