From ec36dd81a907bcba12508fc7d26758caf4f848d2 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 22 Feb 2026 11:07:07 +0000 Subject: [PATCH] test: reclassify command helper suites out of e2e --- ...uth-choice-options.e2e.test.ts => auth-choice-options.test.ts} | 0 ...h-choice.moonshot.e2e.test.ts => auth-choice.moonshot.test.ts} | 0 src/commands/{auth-choice.e2e.test.ts => auth-choice.test.ts} | 0 src/commands/{chutes-oauth.e2e.test.ts => chutes-oauth.test.ts} | 0 ...nai-model-default.e2e.test.ts => openai-model-default.test.ts} | 0 .../{sandbox-explain.e2e.test.ts => sandbox-explain.test.ts} | 0 ...{sandbox-formatters.e2e.test.ts => sandbox-formatters.test.ts} | 0 ...ai-endpoint-detect.e2e.test.ts => zai-endpoint-detect.test.ts} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename src/commands/{auth-choice-options.e2e.test.ts => auth-choice-options.test.ts} (100%) rename src/commands/{auth-choice.moonshot.e2e.test.ts => auth-choice.moonshot.test.ts} (100%) rename src/commands/{auth-choice.e2e.test.ts => auth-choice.test.ts} (100%) rename src/commands/{chutes-oauth.e2e.test.ts => chutes-oauth.test.ts} (100%) rename src/commands/{openai-model-default.e2e.test.ts => openai-model-default.test.ts} (100%) rename src/commands/{sandbox-explain.e2e.test.ts => sandbox-explain.test.ts} (100%) rename src/commands/{sandbox-formatters.e2e.test.ts => sandbox-formatters.test.ts} (100%) rename src/commands/{zai-endpoint-detect.e2e.test.ts => zai-endpoint-detect.test.ts} (100%) diff --git a/src/commands/auth-choice-options.e2e.test.ts b/src/commands/auth-choice-options.test.ts similarity index 100% rename from src/commands/auth-choice-options.e2e.test.ts rename to src/commands/auth-choice-options.test.ts diff --git a/src/commands/auth-choice.moonshot.e2e.test.ts b/src/commands/auth-choice.moonshot.test.ts similarity index 100% rename from src/commands/auth-choice.moonshot.e2e.test.ts rename to src/commands/auth-choice.moonshot.test.ts diff --git a/src/commands/auth-choice.e2e.test.ts b/src/commands/auth-choice.test.ts similarity index 100% rename from src/commands/auth-choice.e2e.test.ts rename to src/commands/auth-choice.test.ts diff --git a/src/commands/chutes-oauth.e2e.test.ts b/src/commands/chutes-oauth.test.ts similarity index 100% rename from src/commands/chutes-oauth.e2e.test.ts rename to src/commands/chutes-oauth.test.ts diff --git a/src/commands/openai-model-default.e2e.test.ts b/src/commands/openai-model-default.test.ts similarity index 100% rename from src/commands/openai-model-default.e2e.test.ts rename to src/commands/openai-model-default.test.ts diff --git a/src/commands/sandbox-explain.e2e.test.ts b/src/commands/sandbox-explain.test.ts similarity index 100% rename from src/commands/sandbox-explain.e2e.test.ts rename to src/commands/sandbox-explain.test.ts diff --git a/src/commands/sandbox-formatters.e2e.test.ts b/src/commands/sandbox-formatters.test.ts similarity index 100% rename from src/commands/sandbox-formatters.e2e.test.ts rename to src/commands/sandbox-formatters.test.ts diff --git a/src/commands/zai-endpoint-detect.e2e.test.ts b/src/commands/zai-endpoint-detect.test.ts similarity index 100% rename from src/commands/zai-endpoint-detect.e2e.test.ts rename to src/commands/zai-endpoint-detect.test.ts