From 3d2ec5ae12315368cc7089cdf30d286695844a40 Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Sun, 5 Apr 2026 14:50:04 -0700 Subject: [PATCH] fix: clear lingering lint failure in mcp health tests --- tests/hooks/mcp-health-check.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/hooks/mcp-health-check.test.js b/tests/hooks/mcp-health-check.test.js index 90b62d40..28650b27 100644 --- a/tests/hooks/mcp-health-check.test.js +++ b/tests/hooks/mcp-health-check.test.js @@ -6,7 +6,6 @@ const assert = require('assert'); const fs = require('fs'); -const http = require('http'); const os = require('os'); const path = require('path'); const { spawn, spawnSync } = require('child_process');