mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-16 08:10:46 -07:00
Style slash command descriptions consistently (#11395)
This commit is contained in:
committed by
GitHub
parent
426d36146a
commit
b4a405c684
@@ -25,6 +25,6 @@ describe('editorCommand', () => {
|
||||
|
||||
it('should have the correct name and description', () => {
|
||||
expect(editorCommand.name).toBe('editor');
|
||||
expect(editorCommand.description).toBe('set external editor preference');
|
||||
expect(editorCommand.description).toBe('Set external editor preference');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user