From 6cbc3b84191254d589065c881c28d299b424685c Mon Sep 17 00:00:00 2001 From: Hannes Heine Date: Mon, 25 Jul 2022 11:37:16 +0200 Subject: [PATCH] Update frontend/src/components/Contributions/ContributionListItem.spec.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Wolfgang Huß --- .../src/components/Contributions/ContributionListItem.spec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() }) })