From e899edf13ffe28482ae1845e0c98b289866de6cd Mon Sep 17 00:00:00 2001 From: eggplants Date: Wed, 26 Jan 2022 21:15:10 +0900 Subject: [PATCH] fix: test case --- 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 3a7a8cc..5aa0b42 100644 --- a/src/App.test.tsx +++ b/src/App.test.tsx @@ -4,6 +4,6 @@ import App from './App' test('renders learn react link', () => { render() - const linkElement = screen.getByText(/learn react/i) + const linkElement = screen.getByText(/Not Wordle/) expect(linkElement).toBeInTheDocument() })