mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 10:34:35 -07:00
Style slash command descriptions consistently (#11395)
This commit is contained in:
committed by
GitHub
parent
426d36146a
commit
b4a405c684
@@ -77,7 +77,7 @@ describe('aboutCommand', () => {
|
||||
|
||||
it('should have the correct name and description', () => {
|
||||
expect(aboutCommand.name).toBe('about');
|
||||
expect(aboutCommand.description).toBe('show version info');
|
||||
expect(aboutCommand.description).toBe('Show version info');
|
||||
});
|
||||
|
||||
it('should call addItem with all version info', async () => {
|
||||
|
||||
Reference in New Issue
Block a user