From 508d9618a23455a9518f9f2e35c0c4900b36183e Mon Sep 17 00:00:00 2001 From: Kiwi Date: Thu, 19 Jul 2018 15:44:42 -0300 Subject: [PATCH] Update ToggleShow.spec.tsx --- src/core/client/ui/components/ToggleShow/ToggleShow.spec.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/client/ui/components/ToggleShow/ToggleShow.spec.tsx b/src/core/client/ui/components/ToggleShow/ToggleShow.spec.tsx index 35bb6a01f..d81075019 100644 --- a/src/core/client/ui/components/ToggleShow/ToggleShow.spec.tsx +++ b/src/core/client/ui/components/ToggleShow/ToggleShow.spec.tsx @@ -18,13 +18,13 @@ it("renders correctly", () => { expect(tree).toMatchSnapshot(); }); -it("should work correctly", () => { +it("should hide the div", () => { const renderer = create( {({ toggleShow, show }) => (
{show &&
SHOW ME
} - +
)}