fix: test case

This commit is contained in:
eggplants 2022-01-26 21:15:10 +09:00
parent d9c3b85f47
commit e899edf13f
No known key found for this signature in database
GPG key ID: E84F494AD6539CE2

View file

@ -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()
})