diff --git a/frontend/src/components/Contributions/ContributionListItem.spec.js b/frontend/src/components/Contributions/ContributionListItem.spec.js index 8c3296a2c..0b0519dda 100644 --- a/frontend/src/components/Contributions/ContributionListItem.spec.js +++ b/frontend/src/components/Contributions/ContributionListItem.spec.js @@ -40,7 +40,6 @@ describe('ContributionListItem', () => { expect(wrapper.find('div.contribution-list-item').exists()).toBe(true) }) - describe('contribution icon', () => { it('is bell-fill by default', () => { expect(wrapper.vm.icon).toBe('bell-fill')