test(i18n): add describe to LanguageSwitchButton test

This commit is contained in:
2026-07-28 19:38:02 +02:00
committed by Gitea
parent 4c4a662901
commit 38b70b6f15
@@ -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();