From 53584aeb2c411558e81d5a9a756e12fb6f638c15 Mon Sep 17 00:00:00 2001 From: aalej Date: Wed, 4 Feb 2026 01:16:31 +0800 Subject: [PATCH 1/2] rename util.test.js to util.spec.ts --- src/mcp/{util.test.ts => util.spec.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/mcp/{util.test.ts => util.spec.ts} (100%) diff --git a/src/mcp/util.test.ts b/src/mcp/util.spec.ts similarity index 100% rename from src/mcp/util.test.ts rename to src/mcp/util.spec.ts From 5d073fb1bc0fb4a3e88a590c91109274334ef8bd Mon Sep 17 00:00:00 2001 From: Joe Hanley Date: Fri, 6 Feb 2026 16:49:18 -0800 Subject: [PATCH 2/2] fix test --- src/mcp/util.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mcp/util.spec.ts b/src/mcp/util.spec.ts index 06b3cac1a2a..1344c950725 100644 --- a/src/mcp/util.spec.ts +++ b/src/mcp/util.spec.ts @@ -425,6 +425,7 @@ const testCases: TestCase[] = [ anyOf: [ { type: "string" }, { type: "array", items: { type: "object" } }, + { $ref: "#/$defs/reusableInvalid" }, { anyOf: [{ type: "boolean" }, { type: "integer" }] }, ], },