Fix linting.

This commit is contained in:
elweyn 2022-07-25 12:08:02 +02:00
parent 364901998c
commit ae5ec300ff

View File

@ -107,7 +107,9 @@ describe('ContributionList', () => {
describe('delete contribution', () => { describe('delete contribution', () => {
beforeEach(() => { beforeEach(() => {
wrapper.findComponent({ name: 'ContributionListItem' }).vm.$emit('delete-contribution', { id: 2 }) wrapper
.findComponent({ name: 'ContributionListItem' })
.vm.$emit('delete-contribution', { id: 2 })
}) })
it('emits delete contribution', () => { it('emits delete contribution', () => {