From b95e55c60175fa937a5f0732a7f50907084b1c5a Mon Sep 17 00:00:00 2001 From: eggplants Date: Wed, 26 Jan 2022 21:16:02 +0900 Subject: [PATCH] fix: test name --- src/App.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()