From f470636a70943a8ecad8bddc791a1c2dddd28e1e Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 4 May 2019 21:13:12 +0300 Subject: Components -> UI --- .../ui/__tests__/__snapshots__/Avatar.test.js.snap | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 vnext/src/ui/__tests__/__snapshots__/Avatar.test.js.snap (limited to 'vnext/src/ui/__tests__/__snapshots__/Avatar.test.js.snap') diff --git a/vnext/src/ui/__tests__/__snapshots__/Avatar.test.js.snap b/vnext/src/ui/__tests__/__snapshots__/Avatar.test.js.snap new file mode 100644 index 00000000..47614f5a --- /dev/null +++ b/vnext/src/ui/__tests__/__snapshots__/Avatar.test.js.snap @@ -0,0 +1,41 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Avatar renders correctly 1`] = ` +
+
+ + ugnich + +
+
+ + + + ugnich + + + +
+
+`; -- cgit v1.2.3