mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-02-06 05:23:08 +00:00
- Fix module resolution by adding proper vi.mock() for instance-context - Fix mock call count by ensuring all test contexts have valid API keys - Improve test isolation with vi.clearAllMocks() in beforeEach - Use mockReturnValueOnce() for single-use validation mocks - All 17 LRU cache tests now pass consistently