yarn lint fix

This commit is contained in:
ogerly 2022-01-19 12:04:36 +01:00
parent a5489ebb15
commit 7e351e6799

View File

@ -229,7 +229,7 @@ describe('Register', () => {
})
it('has enabled submit button when completely filled', async () => {
await wrapper.vm.$nextTick()
await wrapper.vm.$nextTick()
expect(wrapper.find('button[type="submit"]').disabled).toBeFalsy()
})