This commit is contained in:
Ulf Gebhardt 2021-04-24 13:20:18 +02:00
parent ca654914f7
commit 84caad1bff
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -98,7 +98,6 @@ describe('Signup', () => {
expect(wrapper.emitted('submit')).toEqual([[{ email: 'mail@example.org' }]])
})
})
})
})
})