mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
cannot use newline (lint)
This commit is contained in:
parent
0e393c16d4
commit
b2bc5b9447
@ -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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user