diff --git a/packages/app/src/context/global-sync/child-store.test.ts b/packages/app/src/context/global-sync/child-store.test.ts index ab91aa7dc5..2a5e5d1d2d 100644 --- a/packages/app/src/context/global-sync/child-store.test.ts +++ b/packages/app/src/context/global-sync/child-store.test.ts @@ -104,6 +104,7 @@ describe("createChildStoreManager", () => { onBootstrap(directory) { bootstraps.push(directory) }, + onCreate() {}, onDispose() {}, translate: (key) => key, queryOptions: queryOptionsApi,