mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-02 05:31:02 +00:00
refactor: update test structure and clean up unused code in cli and sdk
This commit is contained in:
parent
ad9ba914e1
commit
ac6aecb622
14 changed files with 2620 additions and 401 deletions
|
|
@ -134,7 +134,7 @@ function createControlCancel(requestId: string): ControlCancelRequest {
|
|||
};
|
||||
}
|
||||
|
||||
describe('runNonInteractiveStreamJson (refactored)', () => {
|
||||
describe('runNonInteractiveStreamJson', () => {
|
||||
let config: Config;
|
||||
let mockInputReader: {
|
||||
read: () => AsyncGenerator<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue