diff --git a/cli/templates.mjs b/cli/templates.mjs index d2b882b9..83e4285d 100644 --- a/cli/templates.mjs +++ b/cli/templates.mjs @@ -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 }) => { diff --git a/playground/pages/checkbox.vue b/playground/pages/checkbox.vue index b20c9218..8a036fc6 100644 --- a/playground/pages/checkbox.vue +++ b/playground/pages/checkbox.vue @@ -8,7 +8,7 @@ const checked = ref(false)