mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
test: update
This commit is contained in:
@@ -6,7 +6,10 @@ describe('Badge', () => {
|
||||
it.each([
|
||||
['with label', { props: { label: 'Badge' } }],
|
||||
['with class', { props: { class: 'rounded-full font-bold' } }],
|
||||
['with size', { props: { label: 'Badge', size: 'lg' as const } }],
|
||||
['with size xs', { props: { label: 'Badge', size: 'xs' as const } }],
|
||||
['with size sm', { props: { label: 'Badge', size: 'sm' as const } }],
|
||||
['with size md', { props: { label: 'Badge', size: 'md' as const } }],
|
||||
['with size lg', { props: { label: 'Badge', size: 'lg' as const } }],
|
||||
['with color green', { props: { label: 'Badge', color: 'green' as const } }],
|
||||
['with color white', { props: { label: 'Badge', color: 'white' as const } }],
|
||||
['with color gray', { props: { label: 'Badge', color: 'gray' as const } }],
|
||||
|
||||
Reference in New Issue
Block a user