diff --git a/apps/website/components/footer/footer.spec.tsx b/apps/website/components/footer/footer.spec.tsx deleted file mode 100644 index 97c820b..0000000 --- a/apps/website/components/footer/footer.spec.tsx +++ /dev/null @@ -1,10 +0,0 @@ -import { render } from '@testing-library/react'; - -import Footer from './footer'; - -describe('Footer', () => { - it('should render successfully', () => { - const { baseElement } = render(