mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove depricated test
This commit is contained in:
parent
428c4fd22d
commit
dca8763472
@ -40,16 +40,6 @@ describe('ContributionMessagesList', () => {
|
|||||||
expect(wrapper.findComponent({ name: 'ContributionMessagesFormular' }).exists()).toBe(true)
|
expect(wrapper.findComponent({ name: 'ContributionMessagesFormular' }).exists()).toBe(true)
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('get List Contribution Messages', () => {
|
|
||||||
beforeEach(() => {
|
|
||||||
wrapper.vm.getListContributionMessages()
|
|
||||||
})
|
|
||||||
|
|
||||||
it('emits getListContributionMessages', async () => {
|
|
||||||
expect(wrapper.vm.$emit('get-list-contribution-messages')).toBeTruthy()
|
|
||||||
})
|
|
||||||
})
|
|
||||||
|
|
||||||
describe('update State', () => {
|
describe('update State', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
wrapper.vm.updateState()
|
wrapper.vm.updateState()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user