Test: describe in all test files #144

Merged
jakob.scheid merged 4 commits from testing/describe-in-all-files into main 2026-07-28 21:44:17 +02:00
Showing only changes of commit c047060b7c - Show all commits
@@ -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();