From 15315c687e28a2c8aad968a8e318d4c0dc1e61b8 Mon Sep 17 00:00:00 2001 From: Stefano Date: Thu, 17 Jul 2025 11:44:58 -0500 Subject: [PATCH] Added unit tests for posthog-llm.tool.ts - minor cleanup --- src/tools/posthog-llm.tool.test.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/tools/posthog-llm.tool.test.ts b/src/tools/posthog-llm.tool.test.ts index c5675d8..6abfd74 100644 --- a/src/tools/posthog-llm.tool.test.ts +++ b/src/tools/posthog-llm.tool.test.ts @@ -18,10 +18,6 @@ jest.mock('../utils/error.util.js'); jest.mock('../controllers/posthog-llm.controller.js'); jest.mock('../types/posthog-llm.types.js'); -// Mock the capturePosthogLlmObservability function since it's not exported -// We'll need to access it through the server.tool registration -const mockCapturePosthogLlmObservability = jest.fn(); - // Mock MCP Server const mockMcpServer = { tool: jest.fn(),