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 dc7665d commit 0ff9ac1Copy full SHA for 0ff9ac1
client/modules/User/components/LoginForm.unit.test.jsx
@@ -24,7 +24,7 @@ jest.mock('../actions', () => ({
24
}));
25
26
jest.mock('../../../common/useSyncFormTranslations', () => ({
27
- useSyncFormTranslations: jest.fn(),
+ useSyncFormTranslations: jest.fn()
28
29
30
const subject = () => {
0 commit comments