diff --git a/frontend/src/views/Pages/UserProfileTransactionList.spec.js b/frontend/src/views/Pages/UserProfileTransactionList.spec.js index 61a23345b..93a5eb40f 100644 --- a/frontend/src/views/Pages/UserProfileTransactionList.spec.js +++ b/frontend/src/views/Pages/UserProfileTransactionList.spec.js @@ -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', () => {