initialise static

This commit is contained in:
Matt Fiddaman
2025-04-01 15:01:19 -04:00
parent 3e46d1c7f8
commit 4242d44045
9 changed files with 25 additions and 14 deletions

View File

@@ -1,8 +0,0 @@
import { render, screen } from '@testing-library/react';
import App from './App';
test('renders learn react link', () => {
render(<App />);
const linkElement = screen.getByText(/learn react/i);
expect(linkElement).toBeInTheDocument();
});