This commit is contained in:
ogerly 2022-08-29 18:05:17 +02:00
parent 71a926970a
commit 5fefac0fd7

View File

@ -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')