stub GdtTransactionList

This commit is contained in:
Moriz Wahl 2021-08-17 15:45:54 +02:00
parent b9b74f4073
commit e0b31a8e4d

View File

@ -30,8 +30,12 @@ describe('UserProfileTransactionList', () => {
},
}
const stubs = {
GdtTransactionList: true,
}
const Wrapper = () => {
return mount(UserProfileTransactionList, { localVue, mocks })
return mount(UserProfileTransactionList, { localVue, mocks, stubs })
}
describe('mount', () => {