diff --git a/__test__/unit/__snapshots__/transform.test.ts.snap b/__test__/unit/__snapshots__/transform.test.ts.snap
deleted file mode 100644
index 5eb1117..0000000
--- a/__test__/unit/__snapshots__/transform.test.ts.snap
+++ /dev/null
@@ -1,19 +0,0 @@
-// 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`] = `""`;
-
-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`] = `""`;