fix: next round of cleanups

This commit is contained in:
2026-02-27 11:26:00 +01:00
parent c6edacba51
commit 18e0557ef5
25 changed files with 1021 additions and 1415 deletions

View File

@@ -87,13 +87,15 @@ Object.defineProperty(globalThis, 'window', {
getFilePath: vi.fn(),
},
sync: {
configure: vi.fn(),
start: vi.fn(),
checkAvailability: vi.fn(),
getRepoState: vi.fn(),
getStatus: vi.fn(),
isConfigured: vi.fn(),
getPendingCount: vi.fn(),
getLog: vi.fn(),
stopAutoSync: vi.fn(),
getHistory: vi.fn(),
getRemoteState: vi.fn(),
fetch: vi.fn(),
pull: vi.fn(),
push: vi.fn(),
commitAll: vi.fn(),
},
dropbox: {
configure: vi.fn(),