diff --git a/app/front-end/__tests__/Footer.test.tsx b/app/front-end/__tests__/Footer.test.tsx new file mode 100644 index 00000000..ed082b2e --- /dev/null +++ b/app/front-end/__tests__/Footer.test.tsx @@ -0,0 +1,42 @@ +/* + * Created on Mon Oct 30 2023 + * Author: Connor Doman + */ + +import "@testing-library/jest-dom"; +import { render, screen } from "@testing-library/react"; +import { Footer } from "@components/Footer"; + +describe("Footer", () => { + it("matches snapshot", () => { + const wrapper = render(