From d2a3388896f0b369b66e7e464d941bc319e4373a Mon Sep 17 00:00:00 2001 From: saithsab877 Date: Tue, 17 Sep 2024 02:29:53 +0500 Subject: [PATCH] fix(unit-test): unit test --- src/components/App/SideBar/__tests__/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/App/SideBar/__tests__/index.tsx b/src/components/App/SideBar/__tests__/index.tsx index a4ba3b3189..06ec242399 100644 --- a/src/components/App/SideBar/__tests__/index.tsx +++ b/src/components/App/SideBar/__tests__/index.tsx @@ -3,8 +3,8 @@ import { ThemeProvider } from '@mui/material' import '@testing-library/jest-dom' import { fireEvent, render, screen, waitFor } from '@testing-library/react' import React from 'react' -import { ThemeProvider as StyleThemeProvider } from 'styled-components' import { MemoryRouter } from 'react-router-dom' +import { ThemeProvider as StyleThemeProvider } from 'styled-components' import { SideBar } from '..' import { api } from '../../../../network/api' import { AppStore, useAppStore } from '../../../../stores/useAppStore' @@ -154,7 +154,7 @@ describe('Test SideBar', () => { })() }) - it.skip('Ensure that the clear icon appears when there is a search term and clears the search on click', () => { + it.skip('Ensure that thes clear icon appears when there is a search term and clears the search on click', () => { const clearSearchMock = jest.fn() useAppStoreMock.mockReturnValue({