diff --git a/packages/@headlessui-react/src/components/transitions/transition.test.tsx b/packages/@headlessui-react/src/components/transitions/transition.test.tsx index a58b821..aa384d2 100644 --- a/packages/@headlessui-react/src/components/transitions/transition.test.tsx +++ b/packages/@headlessui-react/src/components/transitions/transition.test.tsx @@ -127,15 +127,15 @@ describe('Setup API', () => { it('should be possible to change the underlying DOM tag', () => { let { container } = render( - + Children ) expect(container.firstChild).toMatchInlineSnapshot(` - + Children - + `) })