Update App.test.tsx

This commit is contained in:
Jordan Geurtsen
2023-04-07 12:14:26 +02:00
committed by GitHub
parent 9b7bcaf0c8
commit 21bef3d8e8

View File

@@ -4,6 +4,6 @@ import App from './App';
test('Home screen contains \'MauMau\'', () => { test('Home screen contains \'MauMau\'', () => {
render(<App />); render(<App />);
const linkElement = screen.getByText(/MauMau/i); const linkElement = screen.getByText(/Mau-Mau/i);
expect(linkElement).toBeInTheDocument(); expect(linkElement).toBeInTheDocument();
}); });