mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 19:44:30 -07:00
Style slash command descriptions consistently (#11395)
This commit is contained in:
committed by
GitHub
parent
426d36146a
commit
b4a405c684
@@ -33,6 +33,6 @@ describe('privacyCommand', () => {
|
||||
|
||||
it('should have the correct name and description', () => {
|
||||
expect(privacyCommand.name).toBe('privacy');
|
||||
expect(privacyCommand.description).toBe('display the privacy notice');
|
||||
expect(privacyCommand.description).toBe('Display the privacy notice');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user