mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
fix: update chatCommand test to expect 4 subcommands after removing summary
This commit is contained in:
@@ -90,7 +90,7 @@ describe('chatCommand', () => {
|
|||||||
it('should have the correct main command definition', () => {
|
it('should have the correct main command definition', () => {
|
||||||
expect(chatCommand.name).toBe('chat');
|
expect(chatCommand.name).toBe('chat');
|
||||||
expect(chatCommand.description).toBe('Manage conversation history.');
|
expect(chatCommand.description).toBe('Manage conversation history.');
|
||||||
expect(chatCommand.subCommands).toHaveLength(5);
|
expect(chatCommand.subCommands).toHaveLength(4);
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('list subcommand', () => {
|
describe('list subcommand', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user