diff --git a/test/unit/__snapshots__/transform.test.ts.snap b/__test__/unit/__snapshots__/svg2jsx.test.ts.snap similarity index 100% rename from test/unit/__snapshots__/transform.test.ts.snap rename to __test__/unit/__snapshots__/svg2jsx.test.ts.snap diff --git a/__test__/unit/__snapshots__/transform.test.ts.snap b/__test__/unit/__snapshots__/transform.test.ts.snap new file mode 100644 index 0000000..5eb1117 --- /dev/null +++ b/__test__/unit/__snapshots__/transform.test.ts.snap @@ -0,0 +1,19 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`svg2jsx tests clean attributes 1`] = `""`; + +exports[`svg2jsx tests convert attributes 1`] = `""`; + +exports[`svg2jsx tests convert inline styles to style objects 1`] = `""`; + +exports[`svg2jsx tests convert nested nodes 1`] = `""`; + +exports[`svg2jsx tests convert text elements 1`] = `"svg2jsx"`; + +exports[`svg2jsx tests keep attribute values 1`] = `""`; + +exports[`svg2jsx tests keep dimensions attributes 1`] = `""`; + +exports[`svg2jsx tests quote string style values 1`] = `""`; + +exports[`svg2jsx tests remove unnecessary nodes 1`] = `""`; diff --git a/test/unit/transform.test.ts b/__test__/unit/svg2jsx.test.ts similarity index 100% rename from test/unit/transform.test.ts rename to __test__/unit/svg2jsx.test.ts