mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-16 13:00:39 -07:00
docs(changelog): update for v0.42.0-preview.1
This commit is contained in:
committed by
github-actions[bot]
parent
e039fcdf2a
commit
65893ee03f
@@ -20,9 +20,8 @@ vi.mock('../../config/extensions/consent.js', () => ({
|
||||
}));
|
||||
|
||||
const { debugLogger, emitConsoleLog } = await vi.hoisted(async () => {
|
||||
const { createMockDebugLogger } = await import(
|
||||
'../../test-utils/mockDebugLogger.js'
|
||||
);
|
||||
const { createMockDebugLogger } =
|
||||
await import('../../test-utils/mockDebugLogger.js');
|
||||
return createMockDebugLogger({ stripAnsi: true });
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user