mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +00:00
Update frontend/src/components/Contributions/ContributionList.spec.js
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
parent
4d926ec498
commit
635f90abc8
@ -107,7 +107,7 @@ describe('ContributionList', () => {
|
|||||||
|
|
||||||
describe('delete contribution', () => {
|
describe('delete contribution', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
wrapper.findComponent({ name: 'ContributionListItem' }).vm.$emit('delete-contribution', 2)
|
wrapper.findComponent({ name: 'ContributionListItem' }).vm.$emit('delete-contribution', { id: 2 })
|
||||||
})
|
})
|
||||||
|
|
||||||
it('emits delete contribution', () => {
|
it('emits delete contribution', () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user