Skip to content

Commit dc94357

Browse files
committed
chore: remove packages/typescript/smoke-tests — fully replaced by testing/e2e
The smoke-tests E2E suite and adapters package have been fully consolidated into the new testing/e2e/ infrastructure: - E2E tests: all 29 smoke-test specs (chat, approval, client tools, race conditions, server-client sequences) now live in testing/e2e/tests/tools-test/ - Adapter tests: all features (chat, one-shot, tool-calling, structured output, multimodal, summarize, etc.) covered by testing/e2e/ provider-coverage tests - LLM simulator: replaced by aimock fixtures across all test scenarios Also: - Remove packages/typescript/smoke-tests/* from pnpm-workspace.yaml - Remove smoke-tests entries from knip.json - Update scripts/distribute-keys.ts to use testing/e2e/.env.local - Update testing/e2e/README.md to remove LLM simulator references
1 parent c116474 commit dc94357

64 files changed

Lines changed: 184 additions & 11319 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

knip.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"ignoreWorkspaces": [
55
"examples/**",
66
"testing/**",
7-
"**/smoke-tests/**",
87
"packages/typescript/ai-code-mode/models-eval"
98
],
109
"ignore": [
@@ -16,10 +15,6 @@
1615
"packages/typescript/ai-openai/src/audio/audio-provider-options.ts",
1716
"packages/typescript/ai-openai/src/audio/transcribe-provider-options.ts",
1817
"packages/typescript/ai-openai/src/image/image-provider-options.ts",
19-
"packages/typescript/smoke-tests/adapters/src/**",
20-
"packages/typescript/smoke-tests/e2e/playwright.config.ts",
21-
"packages/typescript/smoke-tests/e2e/src/**",
22-
"packages/typescript/smoke-tests/e2e/vite.config.ts",
2318
"packages/typescript/ai-devtools/src/production.ts"
2419
],
2520
"ignoreExportsUsedInFile": true,

packages/typescript/smoke-tests/adapters/.env.example

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)