Skip to content

Commit 0ff9ac1

Browse files
committed
lint
1 parent dc7665d commit 0ff9ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/User/components/LoginForm.unit.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jest.mock('../actions', () => ({
2424
}));
2525

2626
jest.mock('../../../common/useSyncFormTranslations', () => ({
27-
useSyncFormTranslations: jest.fn(),
27+
useSyncFormTranslations: jest.fn()
2828
}));
2929

3030
const subject = () => {

0 commit comments

Comments
 (0)