fix: test name

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

View file

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