diff --git a/__tests__/Footer.test.tsx b/__tests__/Footer.test.tsx index e8bd761..09a62b0 100644 --- a/__tests__/Footer.test.tsx +++ b/__tests__/Footer.test.tsx @@ -1,16 +1,14 @@ -import { afterEach, beforeAll, describe, it } from "@std/testing/bdd"; -import { assertExists } from "@std/testing/asserts"; import { cleanup, render, setup } from "$fresh-testing-library/components.ts"; import { Footer } from "@/components/Footer.tsx"; +import { assertExists } from "@std/testing/asserts"; +import { afterEach, beforeAll, describe, it } from "@std/testing/bdd"; describe("Footer", () => { beforeAll(setup); afterEach(cleanup); it("should exists.", () => { - const { container } = render( -