fix: test case
This commit is contained in:
parent
d9c3b85f47
commit
e899edf13f
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ import App from './App'
|
|||
|
||||
test('renders learn react link', () => {
|
||||
render(<App />)
|
||||
const linkElement = screen.getByText(/learn react/i)
|
||||
const linkElement = screen.getByText(/Not Wordle/)
|
||||
expect(linkElement).toBeInTheDocument()
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue