Skip to content

Commit d2c50c4

Browse files
committed
Fix tests
1 parent 615fcf9 commit d2c50c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/utils/jsx.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ describe("JSX", () => {
7878
</svg>
7979
),
8080
`<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
81-
<path d="M 10,30"/>
81+
<path d="M 10,30"></path>
8282
</svg>`.replace(/^\s*|\r?\n/gm, "")
8383
);
8484
});

0 commit comments

Comments
 (0)