test(i18n): add describe to LanguageSwitchButton test

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