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
} - +
)}