diff options
| author | Brendan Allan <[email protected]> | 2026-04-28 12:24:30 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-28 04:24:30 +0000 |
| commit | c8d9f7aa892ab46b9d6aa839d414451e8cd6b02a (patch) | |
| tree | b14b4355ea358fcc635df8d89162037ab470f505 /packages/app/src/context/global-sync/child-store.test.ts | |
| parent | cd7ec93cdfad5f35582c4b993eba5675da2ccd65 (diff) | |
| download | opencode-c8d9f7aa892ab46b9d6aa839d414451e8cd6b02a.tar.gz opencode-c8d9f7aa892ab46b9d6aa839d414451e8cd6b02a.zip | |
refactor(app): load sync state through TanStack Query (#23792)
Diffstat (limited to 'packages/app/src/context/global-sync/child-store.test.ts')
| -rw-r--r-- | packages/app/src/context/global-sync/child-store.test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 eee763f16..24b4a4650 100644 --- a/packages/app/src/context/global-sync/child-store.test.ts +++ b/packages/app/src/context/global-sync/child-store.test.ts @@ -22,6 +22,7 @@ describe("createChildStoreManager", () => { onBootstrap() {}, onDispose() {}, translate: (key) => key, + getSdk: () => null!, }) Array.from({ length: 30 }, (_, index) => `/pinned-${index}`).forEach((directory) => { |
