test(i18n): add describe to LanguageSwitchButton test

This commit is contained in:
2026-07-28 19:58:24 +02:00
committed by Gitea
parent f8915297f4
commit 56fb495b62
@@ -39,7 +39,7 @@ vi.mock('@/features/icons/components/Icon.vue', () => ({
}
}));
describe('LanguageSwitchButton.vue', () => {
describe('LanguageSwitchButton', () => {
beforeEach(() => {
vi.clearAllMocks();
localStorage.clear();