Skip to content

Commit

Permalink
Revert "fixed the formatting error"
Browse files Browse the repository at this point in the history
This reverts commit a80657f.
  • Loading branch information
kanhaiya04 committed Mar 5, 2024
1 parent d0e7676 commit b3f3341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/LoginPage/LoginPage.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jest.mock('react-router-dom', () => ({
push: mockHistoryPush,
}),
}));

jest.mock('react-google-recaptcha', () => {
const react = jest.requireActual('react');
const recaptcha = react.forwardRef(
Expand Down

0 comments on commit b3f3341

Please sign in to comment.