/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ import React from "react"; import { render } from "@testing-library/react"; import WidgetTreeSectionDivider from "../WidgetTreeSectionDivider"; import { DragDropContext, Droppable } from "react-beautiful-dnd"; test("renders the component", async () => { const wrapper = render( {}}> {() => } , ); expect(wrapper.container).toMatchSnapshot(); });