From 6fc68e57bd422a8c4ff40a6cc96a2e01f2a5497a Mon Sep 17 00:00:00 2001
From: Jure Triglav <juretriglav@gmail.com>
Date: Mon, 14 Jan 2019 10:18:04 +1300
Subject: [PATCH] chore: update test snapshots

---
 .../Login/__snapshots__/Login.test.jsx.snap        | 14 ++++++++++++++
 packages/ui/test/__snapshots__/List.test.js.snap   |  2 ++
 2 files changed, 16 insertions(+)

diff --git a/packages/components/Login/__snapshots__/Login.test.jsx.snap b/packages/components/Login/__snapshots__/Login.test.jsx.snap
index 94dea1ff8..3b0cada4e 100644
--- a/packages/components/Login/__snapshots__/Login.test.jsx.snap
+++ b/packages/components/Login/__snapshots__/Login.test.jsx.snap
@@ -110,6 +110,7 @@ ShallowWrapper {
             ],
           },
           "displayName": "styled.h1",
+          "foldedComponentIds": Array [],
           "render": [Function],
           "styledComponentId": "sc-Rmtcm",
           "target": "h1",
@@ -264,6 +265,7 @@ ShallowWrapper {
                 ],
               },
               "displayName": "styled.button",
+              "foldedComponentIds": Array [],
               "render": [Function],
               "styledComponentId": "sc-kgoBCf",
               "target": "button",
@@ -334,6 +336,7 @@ ShallowWrapper {
                 ],
               },
               "displayName": "Styled(Link)",
+              "foldedComponentIds": Array [],
               "render": [Function],
               "styledComponentId": "sc-csuQGl",
               "target": [Function],
@@ -353,6 +356,7 @@ ShallowWrapper {
             "rules": Array [],
           },
           "displayName": "styled.div",
+          "foldedComponentIds": Array [],
           "render": [Function],
           "styledComponentId": "sc-gwVKww",
           "target": "div",
@@ -420,6 +424,7 @@ ShallowWrapper {
                 ],
               },
               "displayName": "Styled(Link)",
+              "foldedComponentIds": Array [],
               "render": [Function],
               "styledComponentId": "sc-csuQGl",
               "target": [Function],
@@ -439,6 +444,7 @@ ShallowWrapper {
             "rules": Array [],
           },
           "displayName": "styled.div",
+          "foldedComponentIds": Array [],
           "render": [Function],
           "styledComponentId": "sc-hXRMBi",
           "target": "div",
@@ -464,6 +470,7 @@ ShallowWrapper {
         ],
       },
       "displayName": "styled.div",
+      "foldedComponentIds": Array [],
       "propTypes": Object {
         "medium": [Function],
         "small": [Function],
@@ -575,6 +582,7 @@ ShallowWrapper {
               ],
             },
             "displayName": "styled.h1",
+            "foldedComponentIds": Array [],
             "render": [Function],
             "styledComponentId": "sc-Rmtcm",
             "target": "h1",
@@ -729,6 +737,7 @@ ShallowWrapper {
                   ],
                 },
                 "displayName": "styled.button",
+                "foldedComponentIds": Array [],
                 "render": [Function],
                 "styledComponentId": "sc-kgoBCf",
                 "target": "button",
@@ -799,6 +808,7 @@ ShallowWrapper {
                   ],
                 },
                 "displayName": "Styled(Link)",
+                "foldedComponentIds": Array [],
                 "render": [Function],
                 "styledComponentId": "sc-csuQGl",
                 "target": [Function],
@@ -818,6 +828,7 @@ ShallowWrapper {
               "rules": Array [],
             },
             "displayName": "styled.div",
+            "foldedComponentIds": Array [],
             "render": [Function],
             "styledComponentId": "sc-gwVKww",
             "target": "div",
@@ -885,6 +896,7 @@ ShallowWrapper {
                   ],
                 },
                 "displayName": "Styled(Link)",
+                "foldedComponentIds": Array [],
                 "render": [Function],
                 "styledComponentId": "sc-csuQGl",
                 "target": [Function],
@@ -904,6 +916,7 @@ ShallowWrapper {
               "rules": Array [],
             },
             "displayName": "styled.div",
+            "foldedComponentIds": Array [],
             "render": [Function],
             "styledComponentId": "sc-hXRMBi",
             "target": "div",
@@ -929,6 +942,7 @@ ShallowWrapper {
           ],
         },
         "displayName": "styled.div",
+        "foldedComponentIds": Array [],
         "propTypes": Object {
           "medium": [Function],
           "small": [Function],
diff --git a/packages/ui/test/__snapshots__/List.test.js.snap b/packages/ui/test/__snapshots__/List.test.js.snap
index ee34f8c94..72ca7e155 100644
--- a/packages/ui/test/__snapshots__/List.test.js.snap
+++ b/packages/ui/test/__snapshots__/List.test.js.snap
@@ -43,6 +43,7 @@ ShallowWrapper {
         ],
       },
       "displayName": "styled.div",
+      "foldedComponentIds": Array [],
       "render": [Function],
       "styledComponentId": "sc-cIShpX",
       "target": "div",
@@ -83,6 +84,7 @@ ShallowWrapper {
           ],
         },
         "displayName": "styled.div",
+        "foldedComponentIds": Array [],
         "render": [Function],
         "styledComponentId": "sc-cIShpX",
         "target": "div",
-- 
GitLab