Upgrade jest => 29.0

This commit is contained in:
Ryan Gossiaux
2023-07-11 13:19:50 -07:00
parent 0214855f76
commit 2035548117
4 changed files with 2489 additions and 2419 deletions

View File

@@ -288,7 +288,7 @@ it('should be possible to force the Portal into a specific element using PortalG
// The random whitespace in here is a little annoying but whatever
expect(document.body.innerHTML).toMatchInlineSnapshot(
`"<div><main><aside id=\\"group-1\\">A<div>Next to A</div></aside> <section id=\\"group-2\\"><span>B</span></section> </main></div><div id=\\"headlessui-portal-root\\"><div>I am in the portal root</div></div>"`
`"<div><main><aside id=\"group-1\">A<div>Next to A</div></aside> <section id=\"group-2\"><span>B</span></section> </main></div><div id=\"headlessui-portal-root\"><div>I am in the portal root</div></div>"`
)
})