@@ -70,7 +70,9 @@ function makeMockDeps(overrides = {}) {
|
||||
syncManager: {
|
||||
getSyncStatus: async () => ({}),
|
||||
createSyncInvite: async () => ({}),
|
||||
pairWithInvite: async () => ({})
|
||||
pairWithInvite: async () => ({}),
|
||||
warmupSyncAtStartup: async () => {},
|
||||
hasSyncIdentity: () => false
|
||||
},
|
||||
...overrides
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user