From 0a3cf505766875a58474271a0454d9d801cdefaa Mon Sep 17 00:00:00 2001 From: kevin Date: Wed, 25 Feb 2026 11:34:19 +0100 Subject: [PATCH] Merge branch 'feat/333-creation-text-input' into feat/335-ajout-package-histoire --- app/components/malio/Input.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/malio/Input.test.ts b/app/components/malio/Input.test.ts index ccb7ba1..cea94e3 100644 --- a/app/components/malio/Input.test.ts +++ b/app/components/malio/Input.test.ts @@ -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') })