snapshotter

This commit is contained in:
Your Name
2026-04-09 00:55:10 +00:00
parent 6e7987696f
commit 4a34f64efa
7 changed files with 292 additions and 59 deletions
@@ -118,6 +118,11 @@ export function createMockEnvironment(
fileSystem: new InMemoryFileSystem(),
idGenerator: new DeterministicIdGenerator('mock-uuid-'),
behaviorRegistry: registry,
inbox: {
publish: vi.fn(),
getMessages: vi.fn().mockReturnValue([]),
drainConsumed: vi.fn(),
} as any,
irMapper,
...overrides,
} as ContextEnvironment;