mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
chore: update tests for parseArguments signature change
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
a4ffc6eb24
commit
fcc98a30d5
2 changed files with 9 additions and 11 deletions
|
|
@ -2061,7 +2061,7 @@ describe('loadCliConfig fileFiltering', () => {
|
|||
fileFiltering: { [property]: value },
|
||||
},
|
||||
};
|
||||
const argv = await parseArguments(settings);
|
||||
const argv = await parseArguments();
|
||||
const config = await loadCliConfig(settings, argv, undefined, []);
|
||||
expect(getter(config)).toBe(value);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue