Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Dec 10, 2024
1 parent 5b98d72 commit de34fba
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 de34fba

Please sign in to comment.