diff --git a/frontend/src/components/app-layout/Footer.test.tsx b/frontend/src/components/app-layout/Footer.test.tsx new file mode 100644 index 0000000..1eecc79 --- /dev/null +++ b/frontend/src/components/app-layout/Footer.test.tsx @@ -0,0 +1,23 @@ +import { render, screen } from "@testing-library/react"; +import { ThemeProvider } from "@mui/material"; +import { describe, expect, it } from "vitest"; +import { appTheme } from "../common/styles/theme"; +import Footer from "./Footer"; + +describe("Footer", () => { + it("shows the site-wide sponsor message and contact link", () => { + render( + +