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 ccf250e commit 57f6e05Copy full SHA for 57f6e05
1 file changed
client/modules/User/components/LoginForm.unit.test.jsx
@@ -23,6 +23,10 @@ jest.mock('../actions', () => ({
23
)
24
}));
25
26
+jest.mock('../../../common/useSyncFormTranslations', () => ({
27
+ useSyncFormTranslations: jest.fn()
28
+}));
29
+
30
const subject = () => {
31
reduxRender(<LoginForm />, {
32
store
0 commit comments