diff options
| author | Brandon Keiji <[email protected]> | 2025-06-25 05:41:11 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-25 12:41:11 +0000 |
| commit | f6c36f75e37a9fb6e53480981c2ca1b9267763a0 (patch) | |
| tree | 49f7c66c5db08c5440c86d534c89cb5bcb1664f7 /packages/cli/src/ui/hooks/slashCommandProcessor.test.ts | |
| parent | a3c46c0d316eab5c17ecd9a00cab961edd24c2a4 (diff) | |
fix: prepublish changes to package names (#1420)
Diffstat (limited to 'packages/cli/src/ui/hooks/slashCommandProcessor.test.ts')
| -rw-r--r-- | packages/cli/src/ui/hooks/slashCommandProcessor.test.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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, |
