fix: restore full gate

This commit is contained in:
Peter Steinberger
2026-03-17 07:47:17 +00:00
parent c0e4721712
commit 449127b474
18 changed files with 447 additions and 202 deletions

View File

@@ -88,6 +88,9 @@ describe("memory search async sync", () => {
manager = await createMemoryManagerOrThrow(cfg);
await manager.search("hello");
await vi.waitFor(() => {
expect((manager as unknown as { syncing: Promise<void> | null }).syncing).toBeTruthy();
});
let closed = false;
const closePromise = manager.close().then(() => {