diff --git a/frontend/src/components/Contributions/ContributionListItem.spec.js b/frontend/src/components/Contributions/ContributionListItem.spec.js index 52f158f89..20f4db959 100644 --- a/frontend/src/components/Contributions/ContributionListItem.spec.js +++ b/frontend/src/components/Contributions/ContributionListItem.spec.js @@ -147,8 +147,7 @@ describe('ContributionListItem', () => { await wrapper.findAll('div.pointer').at(1).trigger('click') }) - // why is this not working? - it.skip('does not emit delete contribution', () => { + it('does not emit delete contribution', () => { expect(wrapper.emitted('delete-contribution')).toBeFalsy() }) })