mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove unused code for ContributionLink tests
This commit is contained in:
parent
6a91de6808
commit
8703a1af2a
@ -25,7 +25,6 @@ describe('ContributionLink', () => {
|
||||
|
||||
it('emits toggle::collapse new Contribution', async () => {
|
||||
wrapper.vm.editContributionLinkData()
|
||||
// expect(wrapper.emitted('bv::toggle::collapse', 'newContribution')).toBeTruthy()
|
||||
expect(wrapper.vm.$root.$emit('bv::toggle::collapse', 'newContribution')).toBeTruthy()
|
||||
})
|
||||
})
|
||||
|
||||
@ -193,7 +193,6 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
contributionLinkData() {
|
||||
// alert('change contributionLinkData')
|
||||
this.form.name = this.contributionLinkData.name
|
||||
this.form.memo = this.contributionLinkData.memo
|
||||
this.form.amount = this.contributionLinkData.amount
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user