test(i18n): add describe to LanguageSwitchButton test

This commit is contained in:
2026-07-28 14:41:34 +02:00
parent 7b69879d02
commit b8b7cb3ce6
@@ -39,7 +39,7 @@ vi.mock('@/features/icons/components/Icon.vue', () => ({
} }
})); }));
describe('LanguageSwitchButton.vue', () => { describe('LanguageSwitchButton', () => {
beforeEach(() => { beforeEach(() => {
vi.clearAllMocks(); vi.clearAllMocks();
localStorage.clear(); localStorage.clear();