mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
yarn lint --fix
This commit is contained in:
parent
53e25ab119
commit
bf73d6be42
@ -53,9 +53,7 @@ describe('ConfirmRegisterMailFormular', () => {
|
||||
})
|
||||
|
||||
it('toasts a success message', () => {
|
||||
expect(toastSuccessMock).toBeCalledWith(
|
||||
'unregister_mail.success',
|
||||
)
|
||||
expect(toastSuccessMock).toBeCalledWith('unregister_mail.success')
|
||||
})
|
||||
})
|
||||
|
||||
@ -67,9 +65,7 @@ describe('ConfirmRegisterMailFormular', () => {
|
||||
})
|
||||
|
||||
it('toasts an error message', () => {
|
||||
expect(toastErrorMock).toBeCalledWith(
|
||||
'unregister_mail.error',
|
||||
)
|
||||
expect(toastErrorMock).toBeCalledWith('unregister_mail.error')
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
@ -32,7 +32,6 @@ const mocks = {
|
||||
openCreations: 2,
|
||||
},
|
||||
},
|
||||
$t: jest.fn((t) => t),
|
||||
}
|
||||
|
||||
describe('Overview', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user