Boot splash
CI / Build & Test (push) Successful in 4m29s

This commit is contained in:
Raven Scott
2026-03-27 00:57:38 -04:00
parent 17c579e56e
commit 8d153d74ba
6 changed files with 221 additions and 4 deletions
+3 -1
View File
@@ -70,7 +70,9 @@ function makeMockDeps(overrides = {}) {
syncManager: {
getSyncStatus: async () => ({}),
createSyncInvite: async () => ({}),
pairWithInvite: async () => ({})
pairWithInvite: async () => ({}),
warmupSyncAtStartup: async () => {},
hasSyncIdentity: () => false
},
...overrides
};