mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix lint
This commit is contained in:
parent
caf487d206
commit
222d8c2f57
@ -282,7 +282,6 @@ describe('TransactionLink', () => {
|
||||
})
|
||||
|
||||
describe('redeem link with success', () => {
|
||||
|
||||
beforeEach(async () => {
|
||||
apolloMutateMock.mockResolvedValue()
|
||||
await wrapper.findComponent({ name: 'RedeemValid' }).find('button').trigger('click')
|
||||
@ -310,7 +309,6 @@ describe('TransactionLink', () => {
|
||||
})
|
||||
|
||||
describe('redeem link with error', () => {
|
||||
|
||||
beforeEach(async () => {
|
||||
apolloMutateMock.mockRejectedValue({ message: 'Oh Noo!' })
|
||||
await wrapper.findComponent({ name: 'RedeemValid' }).find('button').trigger('click')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user