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 16, 2024
1 parent 2953c38 commit 3adfa6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe('Test SideBarSubView', () => {
expect(getByTestId('sidebar-sub-view')).toHaveStyle({ visibility: 'hidden' })
})

it('asserts that close button resets the selected node and hide the teach me', () => {
it('asserts that close buttons resets the selected node and hide the teach me', () => {
const [setSelectedNodeMock, setTeachMeMock] = new Array(2).fill(jest.fn())

useDataStoreMock.mockReturnValue({
Expand Down

0 comments on commit 3adfa6a

Please sign in to comment.