Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Dec 13, 2024
1 parent 6828e72 commit 4ac490e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/html-to-jsx.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ test("Should not fail", async () => {
const result = await convertHtmlToJsxAndRenderToHtml(htmlCode);
expect(result).toMatchInlineSnapshot(`
"
<p><a><script src><scri pt>
<p><a><script><scri pt>
</script></a></p>"
`);
});
Expand Down

0 comments on commit 4ac490e

Please sign in to comment.