fix tests
🏗️ Build and Test JellyTau / Build APK and Run Tests (push) Has been cancelled
Traceability Validation / Check Requirement Traces (push) Failing after 1s

This commit is contained in:
2026-02-14 12:21:03 +01:00
parent 27f5c435de
commit d199162dc6
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -43,7 +43,9 @@ describe("downloads store", () => {
// Reset modules to get fresh store instances for each test
// This prevents state pollution from affecting subsequent tests
vi.resetModules();
if (typeof vi.resetModules === 'function') {
vi.resetModules();
}
});
describe("initial state", () => {