mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 23:42:03 +00:00
fix: update test cases
This commit is contained in:
parent
54bb39f6ab
commit
371b408d6d
2 changed files with 4 additions and 3 deletions
|
|
@ -106,11 +106,11 @@ describe('exportCommand', () => {
|
|||
);
|
||||
});
|
||||
|
||||
it('should have md, html, json, and jsonl subcommands', () => {
|
||||
it('should have html, md, json, and jsonl subcommands', () => {
|
||||
expect(exportCommand.subCommands).toHaveLength(4);
|
||||
expect(exportCommand.subCommands?.map((c) => c.name)).toEqual([
|
||||
'md',
|
||||
'html',
|
||||
'md',
|
||||
'json',
|
||||
'jsonl',
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue