Skip to content

Commit

Permalink
Fixed Test
Browse files Browse the repository at this point in the history
* Fixed test
  • Loading branch information
Elkrival committed Nov 8, 2023
1 parent b7f0a20 commit ae0b517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/pages/SignInPage/SignInPage.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { AuthContext, NotificationContext } from '../../contexts'
import { MemoryRouter } from 'react-router-dom'
import SignInPage from '.'

jest.mock('../forms/SignInForm')
jest.mock('../../forms/SignInForm')
jest.mock('react-hook-form', () => ({
...jest.requireActual('react-hook-form'),
useForm: () => ({
Expand Down

0 comments on commit ae0b517

Please sign in to comment.