mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
The tests were failing because the mock was throwing an error immediately when process.exit was called. The tests expect process.exit to be called but not actually exit. Changed the mock to simply prevent the exit without throwing an error, allowing the tests to verify the call was made.