From c3e791ae2357bbe220c133e3ab417bd5f7c55410 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 20 Jun 2018 22:46:37 +0300 Subject: initial unit testing setup --- .../__tests__/__snapshots__/Avatar.test.js.snap | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap (limited to 'vnext/src/components/__tests__/__snapshots__') diff --git a/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap b/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap new file mode 100644 index 00000000..175befa0 --- /dev/null +++ b/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap @@ -0,0 +1,17 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Avatar renders correctly 1`] = ` +
+ + ugnich + +
+`; -- cgit v1.2.3