diff --git a/src/components/footer/footer.test.tsx b/src/components/footer/footer.test.tsx new file mode 100644 index 0000000..7203aa7 --- /dev/null +++ b/src/components/footer/footer.test.tsx @@ -0,0 +1,26 @@ +import '@testing-library/jest-dom'; +import { render, screen } from '@testing-library/react'; +import React from 'react'; +import Footer from './footer'; + +describe('Footer', () => { + it('should render footer title', () => { + render(