fix: test name
This commit is contained in:
parent
e899edf13f
commit
b95e55c601
1 changed files with 1 additions and 1 deletions
|
@ -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(<App />)
|
||||
const linkElement = screen.getByText(/Not Wordle/)
|
||||
expect(linkElement).toBeInTheDocument()
|
||||
|
|
Loading…
Add table
Reference in a new issue