diff --git a/__tests__/Animations/Grow.test.tsx b/__tests__/Animations/Grow.test.tsx index 37774a82..0e806354 100644 --- a/__tests__/Animations/Grow.test.tsx +++ b/__tests__/Animations/Grow.test.tsx @@ -26,18 +26,4 @@ describe("Grow", () => { test("Viser children", () => { expect(screen.getByText("Hello World")).toBeInTheDocument(); }); - - test("Returnerer children i motion.div element", () => { - const { container } = render(Hello World); - expect(container).toMatchInlineSnapshot(` -
-
- Hello World -
-
- `); - }); });