From f6c36f75e37a9fb6e53480981c2ca1b9267763a0 Mon Sep 17 00:00:00 2001 From: Brandon Keiji Date: Wed, 25 Jun 2025 05:41:11 -0700 Subject: fix: prepublish changes to package names (#1420) --- packages/cli/src/ui/hooks/slashCommandProcessor.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/cli/src/ui/hooks/slashCommandProcessor.test.ts') diff --git a/packages/cli/src/ui/hooks/slashCommandProcessor.test.ts b/packages/cli/src/ui/hooks/slashCommandProcessor.test.ts index d411a2da..dd3e7c4f 100644 --- a/packages/cli/src/ui/hooks/slashCommandProcessor.test.ts +++ b/packages/cli/src/ui/hooks/slashCommandProcessor.test.ts @@ -68,7 +68,7 @@ import { getMCPDiscoveryState, getMCPServerStatus, GeminiClient, -} from '@gemini-cli/core'; +} from '@google/gemini-cli-core'; import { useSessionStats } from '../contexts/SessionContext.js'; import { LoadedSettings } from '../../config/settings.js'; @@ -712,7 +712,7 @@ Add any other context about the problem here. describe('/mcp command', () => { beforeEach(() => { // Mock the core module with getMCPServerStatus and getMCPDiscoveryState - vi.mock('@gemini-cli/core', async (importOriginal) => { + vi.mock('@google/gemini-cli-core', async (importOriginal) => { const actual = await importOriginal(); return { ...actual, -- cgit v1.2.3