mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
feat: uniformize components sizes (#68)
This commit is contained in:
@@ -101,7 +101,7 @@ import ComponentRender from '../component-render'
|
||||
|
||||
describe('${upperName}', () => {
|
||||
it.each([
|
||||
['basic case', {}],
|
||||
// Props
|
||||
['with class', { props: { class: '' } }],
|
||||
['with ui', { props: { ui: {} } }]
|
||||
])('renders %s correctly', async (nameOrHtml: string, options: { props?: ${upperName}Props, slots?: any }) => {
|
||||
|
||||
Reference in New Issue
Block a user