feat(ui) : astérisque required à 16px

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-03 14:37:15 +02:00
parent 6b1e11bd6f
commit cc03559dcf
2 changed files with 6 additions and 1 deletions
@@ -17,4 +17,9 @@ describe('MalioRequiredMark', () => {
const wrapper = mount(RequiredMark)
expect(wrapper.get('[data-test="required-mark"]').classes()).toContain('text-m-danger')
})
it('rend l\'astérisque à 16px', () => {
const wrapper = mount(RequiredMark)
expect(wrapper.get('[data-test="required-mark"]').classes()).toContain('text-[16px]')
})
})