From 87427fe39d165bee2acedde8dbaa237cca3fb61e Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Wed, 14 Mar 2018 14:00:49 +0100 Subject: [PATCH] chore: fix unit tests --- .../BottomNavigation.test.js.snap | 114 +++++++++++++----- 1 file changed, 84 insertions(+), 30 deletions(-) diff --git a/src/components/__tests__/__snapshots__/BottomNavigation.test.js.snap b/src/components/__tests__/__snapshots__/BottomNavigation.test.js.snap index 4d771d6..9f9683c 100644 --- a/src/components/__tests__/__snapshots__/BottomNavigation.test.js.snap +++ b/src/components/__tests__/__snapshots__/BottomNavigation.test.js.snap @@ -9,9 +9,6 @@ exports[`renders custom icon and label in non-shifting bottom navigation 1`] = ` Object { "flex": 1, }, - Object { - "backgroundColor": "#000000", - }, undefined, ] } @@ -132,6 +129,33 @@ exports[`renders custom icon and label in non-shifting bottom navigation 1`] = ` ] } > + +