From 8022c626a41117d6f55aaa3c13af6dbab7893bd0 Mon Sep 17 00:00:00 2001 From: Cameron Cooke Date: Sun, 17 May 2026 19:48:33 +0100 Subject: [PATCH] test(snapshot-tests): Rename JSON snapshot entrypoints Rename the CLI and MCP JSON snapshot entrypoint files to describe the runtime suites they register instead of implying fixture parity assertions. Co-Authored-By: OpenAI Codex --- ...-fixture-parity.snapshot.test.ts => cli-json.snapshot.test.ts} | 0 ...-fixture-parity.snapshot.test.ts => mcp-json.snapshot.test.ts} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/snapshot-tests/__tests__/{cli-json-fixture-parity.snapshot.test.ts => cli-json.snapshot.test.ts} (100%) rename src/snapshot-tests/__tests__/{mcp-json-fixture-parity.snapshot.test.ts => mcp-json.snapshot.test.ts} (100%) diff --git a/src/snapshot-tests/__tests__/cli-json-fixture-parity.snapshot.test.ts b/src/snapshot-tests/__tests__/cli-json.snapshot.test.ts similarity index 100% rename from src/snapshot-tests/__tests__/cli-json-fixture-parity.snapshot.test.ts rename to src/snapshot-tests/__tests__/cli-json.snapshot.test.ts diff --git a/src/snapshot-tests/__tests__/mcp-json-fixture-parity.snapshot.test.ts b/src/snapshot-tests/__tests__/mcp-json.snapshot.test.ts similarity index 100% rename from src/snapshot-tests/__tests__/mcp-json-fixture-parity.snapshot.test.ts rename to src/snapshot-tests/__tests__/mcp-json.snapshot.test.ts