fix: resolve build errors, update snapshots, and address review comments

This commit is contained in:
Keith Guerin
2026-03-01 23:40:29 -08:00
parent 9e2407993e
commit 52f44516c5
58 changed files with 1094 additions and 200 deletions
+8 -2
View File
@@ -4,7 +4,14 @@
* SPDX-License-Identifier: Apache-2.0
*/
import { describe, it, expect, vi, beforeEach } from 'vitest';
import {
beforeEach,
describe,
expect,
it,
type MockInstance,
vi,
} from 'vitest';
import {
runDeferredCommand,
defer,
@@ -14,7 +21,6 @@ import {
import { ExitCodes } from '@google/gemini-cli-core';
import type { ArgumentsCamelCase, CommandModule } from 'yargs';
import { createMockSettings } from './test-utils/settings.js';
import type { MockInstance } from 'vitest';
const { mockRunExitCleanup, mockCoreEvents } = vi.hoisted(() => ({
mockRunExitCleanup: vi.fn(),