From d641573bf935a00a898fd66191038bf66f2f7b50 Mon Sep 17 00:00:00 2001
From: Tom Robinson <tlrobinson@gmail.com>
Date: Mon, 17 Apr 2017 10:26:50 -0700
Subject: [PATCH] Update to jest 19 snapshot

---
 .../dashboard/components/__snapshots__/DashCard.spec.js.snap | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/frontend/src/metabase/dashboard/components/__snapshots__/DashCard.spec.js.snap b/frontend/src/metabase/dashboard/components/__snapshots__/DashCard.spec.js.snap
index 7d53bb0546c..19a455b1d1e 100644
--- a/frontend/src/metabase/dashboard/components/__snapshots__/DashCard.spec.js.snap
+++ b/frontend/src/metabase/dashboard/components/__snapshots__/DashCard.spec.js.snap
@@ -1,4 +1,7 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
 exports[`DashCard should render with no special classNames 1`] = `
 <div
-  className="Card bordered rounded flex flex-column hover-parent hover--visibility" />
+  className="Card bordered rounded flex flex-column hover-parent hover--visibility"
+/>
 `;
-- 
GitLab