Merge branch 'feat/333-creation-text-input' into feat/335-ajout-package-histoire

This commit is contained in:
2026-02-25 11:34:19 +01:00
parent e73733de95
commit 0a3cf50576

View File

@@ -277,7 +277,7 @@ describe('MalioInput', () => {
it('applies labelClass on label', () => { it('applies labelClass on label', () => {
const wrapper = mount(InputForTest, { const wrapper = mount(InputForTest, {
props: {label: 'Label', labelClass: 'text-red-500'}, props: {label: 'Label', textLabel: 'text-red-500'},
}) })
expect(wrapper.get('label').classes()).toContain('text-red-500') expect(wrapper.get('label').classes()).toContain('text-red-500')
}) })