[#335] Ajouter le package Histoire #2

Closed
kevin wants to merge 16 commits from feat/335-ajout-package-histoire into develop
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')
})