Skip to content

Commit

Permalink
fix: update test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopixel committed Mar 3, 2024
1 parent bb35b73 commit 6ba27bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/_tests_/__snapshots__/functions.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`toSVG() returns correct string 1`] = `"<svg xmlns="http://www.w3.org/2000/svg" space="preserve" style="enable-background:new 0 0 350 350" viewBox="0 0 350 350" class="r6operators r6operators-ace"><circle cx='50' cy='50' r='40' stroke='black' stroke-width='3' fill='red' /></svg>"`;
exports[`toSVG() returns correct string 1`] = `"<svg xmlns="http://www.w3.org/2000/svg" space="preserve" viewBox="0 0 350 350" class="r6operators r6operators-ace"><circle cx='50' cy='50' r='40' stroke='black' stroke-width='3' fill='red' /></svg>"`;

exports[`toSVG() returns correct string 2`] = `"<svg xmlns="http://www.w3.org/2000/svg" space="preserve" style="enable-background:new 0 0 350 350" viewBox="0 0 350 350" class="r6operators r6operators-ace" stroke-width="1" color="red"><circle cx='50' cy='50' r='40' stroke='black' stroke-width='3' fill='red' /></svg>"`;
exports[`toSVG() returns correct string 2`] = `"<svg xmlns="http://www.w3.org/2000/svg" space="preserve" viewBox="0 0 350 350" class="r6operators r6operators-ace" stroke-width="1" color="red"><circle cx='50' cy='50' r='40' stroke='black' stroke-width='3' fill='red' /></svg>"`;

exports[`toSVG() returns correct string 3`] = `"<svg xmlns="http://www.w3.org/2000/svg" space="preserve" style="enable-background:new 0 0 350 350" viewBox="0 0 350 350" class="r6operators r6operators-ace foo bar" color="green"><circle cx='50' cy='50' r='40' stroke='black' stroke-width='3' fill='red' /></svg>"`;
exports[`toSVG() returns correct string 3`] = `"<svg xmlns="http://www.w3.org/2000/svg" space="preserve" viewBox="0 0 350 350" class="r6operators r6operators-ace foo bar" color="green"><circle cx='50' cy='50' r='40' stroke='black' stroke-width='3' fill='red' /></svg>"`;

0 comments on commit 6ba27bf

Please sign in to comment.