mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-11 18:40:57 -07:00
snapshotter
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user