cannot use newline (lint)

This commit is contained in:
Ulf Gebhardt 2021-04-24 15:51:53 +02:00
parent 0e393c16d4
commit b2bc5b9447
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -122,8 +122,7 @@ describe('SearchableInput.vue', () => {
})
it('replaces irregular whitespace with a single space', async () => {
select.element.value = 'peter \
lustig'
select.element.value = 'peter lustig'
select.trigger('input')
select.trigger('keyup.enter')
expect(mocks.$router.push).toHaveBeenCalledWith({