Skip to content

Commit

Permalink
fix(unit-test): fix jest coverage thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
saithsab877 committed Sep 15, 2024
1 parent 2953c38 commit 8c3db1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
<ThemeProvider theme={appTheme}>
<StyleThemeProvider theme={appTheme}>
Expand Down

0 comments on commit 8c3db1e

Please sign in to comment.