fix test for Settings.spec.js

This commit is contained in:
ogerly 2023-06-28 10:13:39 +02:00
parent d241eb5249
commit a6f73dc706

View File

@ -2,7 +2,6 @@ import { mount } from '@vue/test-utils'
import Settings from './Settings'
import flushPromises from 'flush-promises'
import { toastSuccessSpy } from '@test/testSetup'
import Vue from 'vue'
const localVue = global.localVue