diff --git a/packages/inula-next/test/props.test.tsx b/packages/inula-next/test/props.test.tsx index 879239195229a239b19e2c733ef824b3acc089f5..a04a0cbc6643aa532e02e31eb86ce2db6f8db6ca 100644 --- a/packages/inula-next/test/props.test.tsx +++ b/packages/inula-next/test/props.test.tsx @@ -195,7 +195,7 @@ describe('extended prop tests', () => { `); }); - it.fails('should correctly pass and render array props', ({ container }) => { + it('should correctly pass and render array props', ({ container }) => { function Child({ items }) { return (