We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3e46b commit 0d24b14Copy full SHA for 0d24b14
1 file changed
client/modules/User/components/LoginForm.unit.test.jsx
@@ -23,9 +23,7 @@ jest.mock('../actions', () => ({
23
)
24
}));
25
26
-jest.mock('../../../common/useSyncFormTranslations', () => ({
27
- useSyncFormTranslations: jest.fn()
28
-}));
+jest.mock('../../../common/useSyncFormTranslations', () => jest.fn());
29
30
const subject = () => {
31
reduxRender(<LoginForm />, {
0 commit comments