remove unused stub

This commit is contained in:
Moriz Wahl 2021-10-22 08:29:24 +02:00
parent 0e64ca444a
commit e3d99864da

View File

@ -17,7 +17,6 @@ describe('AccountOverview', () => {
return mount(AccountOverview, {
localVue,
mocks,
stubs: ['apexchart'],
})
}