From 53d8e13f883ea6e75504eedba8126ec7061e4038 Mon Sep 17 00:00:00 2001 From: Balaj Marius Date: Tue, 29 Oct 2024 15:25:14 +0200 Subject: [PATCH] fix: update snaps --- .../unit/__snapshots__/transform.test.ts.snap | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 __test__/unit/__snapshots__/transform.test.ts.snap 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`] = `"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`] = `""`;