[#337] Création d'un composant Select #3

Merged
tristan merged 17 commits from feat/337-creation-composant-select into develop 2026-03-02 13:24:58 +00:00
Showing only changes of commit 0a3cf50576 - Show all commits

View File

@@ -277,7 +277,7 @@ describe('MalioInput', () => {
it('applies labelClass on label', () => {
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')
})