Update frontend/src/components/Contributions/ContributionListItem.spec.js

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Hannes Heine 2022-07-25 11:37:16 +02:00 committed by GitHub
parent 635f90abc8
commit 6cbc3b8419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,8 +147,7 @@ describe('ContributionListItem', () => {
await wrapper.findAll('div.pointer').at(1).trigger('click') await wrapper.findAll('div.pointer').at(1).trigger('click')
}) })
// why is this not working? it('does not emit delete contribution', () => {
it.skip('does not emit delete contribution', () => {
expect(wrapper.emitted('delete-contribution')).toBeFalsy() expect(wrapper.emitted('delete-contribution')).toBeFalsy()
}) })
}) })