test(CommandPalette): improve

This commit is contained in:
Benjamin Canac
2024-11-25 14:26:58 +01:00
parent 37655377e9
commit d783387ed3
3 changed files with 92 additions and 90 deletions

View File

@@ -19,7 +19,8 @@ describe('CommandPalette', () => {
label: 'Add hashtag',
suffix: 'Add a hashtag to the current item.',
icon: 'i-lucide-hash',
kbds: ['meta', 'H']
kbds: ['meta', 'H'],
disabled: true
}, {
label: 'Add label',
suffix: 'Add a label to the current item.',
@@ -53,7 +54,8 @@ describe('CommandPalette', () => {
label: 'benjamincanac',
avatar: {
src: 'https://github.com/benjamincanac.png'
}
},
active: true
}]
}]