From 04822e6e65377920c03eaf5dd065b0b51ad7ab2b Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Fri, 5 Jun 2020 20:57:39 +0200 Subject: [PATCH] Re added image snapshot --- .../__snapshots__/image.test.tsx.snap | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 src/components/__snapshots__/image.test.tsx.snap diff --git a/src/components/__snapshots__/image.test.tsx.snap b/src/components/__snapshots__/image.test.tsx.snap new file mode 100644 index 0000000..93f1b59 --- /dev/null +++ b/src/components/__snapshots__/image.test.tsx.snap @@ -0,0 +1,56 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Image renders correctly 1`] = ` +
+
+ +
+`;