From 817ca75cba75b3c774e985968bb63450f74ba501 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 22 Feb 2026 11:07:46 +0000 Subject: [PATCH] test: move command status and health suites out of e2e --- .../{gateway-status.e2e.test.ts => gateway-status.test.ts} | 0 ...mmand.coverage.e2e.test.ts => health.command.coverage.test.ts} | 0 .../{health.snapshot.e2e.test.ts => health.snapshot.test.ts} | 0 src/commands/{health.e2e.test.ts => health.test.ts} | 0 src/commands/{model-picker.e2e.test.ts => model-picker.test.ts} | 0 src/commands/{models.set.e2e.test.ts => models.set.test.ts} | 0 .../models/{list.status.e2e.test.ts => list.status.test.ts} | 0 src/commands/{status.e2e.test.ts => status.test.ts} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename src/commands/{gateway-status.e2e.test.ts => gateway-status.test.ts} (100%) rename src/commands/{health.command.coverage.e2e.test.ts => health.command.coverage.test.ts} (100%) rename src/commands/{health.snapshot.e2e.test.ts => health.snapshot.test.ts} (100%) rename src/commands/{health.e2e.test.ts => health.test.ts} (100%) rename src/commands/{model-picker.e2e.test.ts => model-picker.test.ts} (100%) rename src/commands/{models.set.e2e.test.ts => models.set.test.ts} (100%) rename src/commands/models/{list.status.e2e.test.ts => list.status.test.ts} (100%) rename src/commands/{status.e2e.test.ts => status.test.ts} (100%) diff --git a/src/commands/gateway-status.e2e.test.ts b/src/commands/gateway-status.test.ts similarity index 100% rename from src/commands/gateway-status.e2e.test.ts rename to src/commands/gateway-status.test.ts diff --git a/src/commands/health.command.coverage.e2e.test.ts b/src/commands/health.command.coverage.test.ts similarity index 100% rename from src/commands/health.command.coverage.e2e.test.ts rename to src/commands/health.command.coverage.test.ts diff --git a/src/commands/health.snapshot.e2e.test.ts b/src/commands/health.snapshot.test.ts similarity index 100% rename from src/commands/health.snapshot.e2e.test.ts rename to src/commands/health.snapshot.test.ts diff --git a/src/commands/health.e2e.test.ts b/src/commands/health.test.ts similarity index 100% rename from src/commands/health.e2e.test.ts rename to src/commands/health.test.ts diff --git a/src/commands/model-picker.e2e.test.ts b/src/commands/model-picker.test.ts similarity index 100% rename from src/commands/model-picker.e2e.test.ts rename to src/commands/model-picker.test.ts diff --git a/src/commands/models.set.e2e.test.ts b/src/commands/models.set.test.ts similarity index 100% rename from src/commands/models.set.e2e.test.ts rename to src/commands/models.set.test.ts diff --git a/src/commands/models/list.status.e2e.test.ts b/src/commands/models/list.status.test.ts similarity index 100% rename from src/commands/models/list.status.e2e.test.ts rename to src/commands/models/list.status.test.ts diff --git a/src/commands/status.e2e.test.ts b/src/commands/status.test.ts similarity index 100% rename from src/commands/status.e2e.test.ts rename to src/commands/status.test.ts