Skip to content

Commit de34fba

Browse files
committed
Update snapshot
1 parent 5b98d72 commit de34fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/html-to-jsx.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ test("Should not fail", async () => {
130130
const result = await convertHtmlToJsxAndRenderToHtml(htmlCode);
131131
expect(result).toMatchInlineSnapshot(`
132132
"
133-
<p><a><script src><scri pt>
133+
<p><a><script><scri pt>
134134
</script></a></p>"
135135
`);
136136
});

0 commit comments

Comments
 (0)