fix: coderabbit reviews

This commit is contained in:
Yourz
2026-02-09 00:56:25 +08:00
parent 8af020de75
commit c0de802da4

View File

@@ -37,12 +37,6 @@ describe('getProviderIcon', () => {
)
})
it('handles multiple spaces', () => {
expect(getProviderIcon('Some Provider Name')).toBe(
'icon-[comfy--some-provider-name]'
)
})
it('converts to lowercase', () => {
expect(getProviderIcon('GEMINI')).toBe('icon-[comfy--gemini]')
})