diff --git a/react-ystemandchess/src/components/footer/Footer.test.tsx b/react-ystemandchess/src/components/footer/Footer.test.tsx new file mode 100644 index 00000000..85de065e --- /dev/null +++ b/react-ystemandchess/src/components/footer/Footer.test.tsx @@ -0,0 +1,44 @@ +import { render, screen } from "@testing-library/react"; +import Footer from "./Footer"; + +test("renders social media links with correct hrefs", () => { + render(