Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Oct 17, 2021
1 parent 615fcf9 commit d2c50c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/utils/jsx.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe("JSX", () => {
</svg>
),
`<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<path d="M 10,30"/>
<path d="M 10,30"></path>
</svg>`.replace(/^\s*|\r?\n/gm, "")
);
});
Expand Down

0 comments on commit d2c50c4

Please sign in to comment.