qwen-code/integration-tests/sdk-typescript
Shaojin Wen 5ce2f2854b
fix(test): clear boundedPromise timers to prevent unhandled rejections (#4220)
boundedPromise timeouts could fire after test completion,
causing vitest to exit with code 1 due to unhandled
rejection. Add clear() method and cleanup all pending
timers in the finally block.
2026-05-17 08:28:22 +08:00
..
abort-and-lifecycle.test.ts fix(test): clear boundedPromise timers to prevent unhandled rejections (#4220) 2026-05-17 08:28:22 +08:00
configuration-options.test.ts Add chat recording toggle (CLI + settings) and disable recording in tests 2025-12-15 13:48:38 +08:00
mcp-server.test.ts ci(e2e): stabilize MCP/CLI flows and cancel stale main runs (#4039) 2026-05-12 16:09:30 +08:00
message-event-pairing.test.ts Fix SDK message event pairing and improve content block handling 2026-03-18 18:10:23 +08:00
multi-turn.test.ts test(sdk): simplify integration tests for reliability 2026-03-16 11:23:57 +08:00
permission-control.test.ts feat(web-search): remove built-in web_search tool, replace with MCP-based approach (#3502) 2026-04-24 11:29:02 +08:00
sdk-mcp-server.test.ts fix: sdk mcp tests 2026-02-09 11:54:20 +08:00
session-id.test.ts fix: sandbox user permission in integration tests 2026-02-15 11:02:32 +08:00
single-turn.test.ts test: stabilize main e2e flakes (#3992) 2026-05-10 21:50:04 +08:00
subagents.test.ts feat: simplify subagent model configuration with model selector 2026-03-27 11:49:45 +08:00
system-control.test.ts test: stabilize main e2e flakes (#3992) 2026-05-10 21:50:04 +08:00
test-helper.ts test(sdk): add tool control pattern matching tests 2026-03-24 22:31:59 +08:00
tool-control.test.ts test: stabilize main e2e flakes (#3992) 2026-05-10 21:50:04 +08:00