From 9e3e9a2d6da9f33f2cfcdb10254f5ef37955019c Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Wed, 13 Oct 2021 00:28:20 -0700 Subject: Clean up examples a little --- examples/hello-create-react-app/src/App.test.js | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 examples/hello-create-react-app/src/App.test.js (limited to 'examples/hello-create-react-app/src/App.test.js') diff --git a/examples/hello-create-react-app/src/App.test.js b/examples/hello-create-react-app/src/App.test.js deleted file mode 100644 index 1f03afeec..000000000 --- a/examples/hello-create-react-app/src/App.test.js +++ /dev/null @@ -1,8 +0,0 @@ -import { render, screen } from '@testing-library/react'; -import App from './App'; - -test('renders learn react link', () => { - render(); - const linkElement = screen.getByText(/learn react/i); - expect(linkElement).toBeInTheDocument(); -}); -- cgit v1.2.3