fix: next round of cleanups
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user