chore: update tests for parseArguments signature change

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
tanzhenxin 2026-02-06 13:05:49 +08:00
parent a4ffc6eb24
commit fcc98a30d5
2 changed files with 9 additions and 11 deletions

View file

@ -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);
},