Merge branch 'feat/333-creation-text-input' into feat/335-ajout-package-histoire
This commit is contained in:
@@ -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')
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user