add imports

This commit is contained in:
2026-06-04 12:56:46 +02:00
parent d5b76b0a17
commit baa1f6ed44
@@ -13,3 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { expect, test, describe, vi, beforeEach } from 'vitest';
import { mount } from '@vue/test-utils';
import LanguageSwitchButton from '@/features/i18n/components/LanguageSwitchButton.vue';
import { loadLanguage } from '@/i18n';