diff --git a/src/App.test.tsx b/src/App.test.tsx index 5aa0b42..8bc9bb3 100644 --- a/src/App.test.tsx +++ b/src/App.test.tsx @@ -2,7 +2,7 @@ import React from 'react' import { render, screen } from '@testing-library/react' import App from './App' -test('renders learn react link', () => { +test('renders App component', () => { render() const linkElement = screen.getByText(/Not Wordle/) expect(linkElement).toBeInTheDocument()