Skip to content

Commit

Permalink
remove unnecessary jest mock import
Browse files Browse the repository at this point in the history
Signed-off-by: Shenoy Pratik <[email protected]>
  • Loading branch information
ps48 committed Jan 5, 2024
1 parent de5cf41 commit 9630f53
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* SPDX-License-Identifier: Apache-2.0
*/

jest.mock('../../../../../test/__mocks__/httpClientMock');
import { render } from '@testing-library/react';
import { configure } from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
Expand Down

0 comments on commit 9630f53

Please sign in to comment.