From a25a017d60f7a3713baa851378cc1e4a58b446fa Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 9 Sep 2022 13:56:07 +0200 Subject: [PATCH] fix(nc-gui): remove vuetify from sponsors test --- packages/nc-gui/components/general/Sponsors.test.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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,