From 7252186683a6f3862645096a84725e34242f2357 Mon Sep 17 00:00:00 2001 From: cesarhenrq Date: Thu, 5 Oct 2023 16:13:35 -0300 Subject: [PATCH] test: footer component with jest --- src/components/Footer/Footer.test.tsx | 53 +++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 src/components/Footer/Footer.test.tsx diff --git a/src/components/Footer/Footer.test.tsx b/src/components/Footer/Footer.test.tsx new file mode 100644 index 0000000..59d778f --- /dev/null +++ b/src/components/Footer/Footer.test.tsx @@ -0,0 +1,53 @@ +import { render, screen } from '@testing-library/react'; + +import Footer from './Footer'; + +describe('