mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-14 05:42:54 -07:00
feat(core): Thread AgentLoopContext through core. (#21944)
This commit is contained in:
@@ -56,6 +56,11 @@ describe('SubagentToolWrapper', () => {
|
||||
beforeEach(() => {
|
||||
vi.clearAllMocks();
|
||||
mockConfig = makeFakeConfig();
|
||||
// .config is already set correctly by the getter on the instance.
|
||||
Object.defineProperty(mockConfig, 'promptId', {
|
||||
get: () => 'test-prompt-id',
|
||||
configurable: true,
|
||||
});
|
||||
mockMessageBus = createMockMessageBus();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user