mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 21:20:44 +00:00
The test has a stale closure race condition: the 50ms wait between pressing '2' and Enter may not be enough for React/Ink to re-render and re-subscribe the useKeypress callback with the updated selectedIndex, causing it to read the default value (0) instead of the expected value (1) on slow CI runners (Windows + Node 20). |
||
|---|---|---|
| .. | ||
| channels | ||
| cli | ||
| core | ||
| sdk-java | ||
| sdk-typescript | ||
| test-utils | ||
| vscode-ide-companion | ||
| web-templates | ||
| webui | ||
| zed-extension | ||