diff --git a/packages/nc-gui/components/general/Sponsors.test.ts b/packages/nc-gui/components/general/Sponsors.test.ts index 967adda867..b1427c405d 100644 --- a/packages/nc-gui/components/general/Sponsors.test.ts +++ b/packages/nc-gui/components/general/Sponsors.test.ts @@ -1,16 +1,14 @@ import { mount } from '@vue/test-utils' import { expect, test } from 'vitest' import Sponsors from './Sponsors.vue' -import { createVuetifyPlugin } from '~/plugins/vuetify' import { createI18nPlugin } from '~/plugins/a.i18n' const mountComponent = async (nav: boolean) => { - const vuetify = createVuetifyPlugin() const i18n = await createI18nPlugin() const wrapper = mount(Sponsors, { global: { - plugins: [vuetify, i18n], + plugins: [i18n], }, props: { nav,