test(app): update child store manager fixture

This commit is contained in:
LukeParkerDev 2026-05-23 11:09:39 +10:00
parent ac9787a793
commit 0302c54713

View file

@ -104,6 +104,7 @@ describe("createChildStoreManager", () => {
onBootstrap(directory) {
bootstraps.push(directory)
},
onCreate() {},
onDispose() {},
translate: (key) => key,
queryOptions: queryOptionsApi,