fix tests?
Some checks failed
🏗️ Build and Test JellyTau / Build APK and Run Tests (push) Has been cancelled
Traceability Validation / Check Requirement Traces (push) Has been cancelled

This commit is contained in:
Duncan Tourolle 2026-02-14 13:34:34 +01:00
parent d199162dc6
commit 410203a5b8

View File

@ -40,12 +40,6 @@ describe("downloads store", () => {
vi.clearAllMocks();
mockInvoke.mockReset();
mockListen.mockReset();
// Reset modules to get fresh store instances for each test
// This prevents state pollution from affecting subsequent tests
if (typeof vi.resetModules === 'function') {
vi.resetModules();
}
});
describe("initial state", () => {