yarn lint

This commit is contained in:
ogerly 2022-02-03 09:34:30 +01:00
parent c58dd5924a
commit e484130802

View File

@ -304,7 +304,6 @@ describe('Creation', () => {
expect(toastErrorMock).toBeCalledWith('Ouch')
})
})
})
})
@ -320,8 +319,6 @@ describe('Mount Creation', () => {
wrapper = Wrapper()
})
describe('set value in test-input-criteria', () => {
beforeEach(async () => {
await wrapper.find('.test-input-criteria').setValue('some value')