Update App.test.tsx
This commit is contained in:
@@ -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();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user