import { describe, test, expect } from "vitest"; import { render, screen } from "@testing-library/react"; import Footer from "../../app/components/Footer"; describe("Footer", () => { test("renders footer with correct structure", () => { render(