diff options
author | Galen Guyer <galen@galenguyer.com> | 2020-11-13 20:35:58 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2020-11-13 20:35:58 -0500 |
commit | 2a844fc6834c3fd512de78da4a8d1c20b41b384a (patch) | |
tree | 6a7c77666a9b7413c5a61f0d483824633808000c /src/App.test.js | |
parent | a0746693e981b5cf2288f467913745b56f2be468 (diff) |
Add prettier
Diffstat (limited to 'src/App.test.js')
-rw-r--r-- | src/App.test.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/App.test.js b/src/App.test.js index 1f03afe..7c46384 100644 --- a/src/App.test.js +++ b/src/App.test.js @@ -1,8 +1,8 @@ -import { render, screen } from '@testing-library/react'; -import App from './App'; +import { render, screen } from "@testing-library/react"; +import App from "./App"; -test('renders learn react link', () => { - render(<App />); - const linkElement = screen.getByText(/learn react/i); - expect(linkElement).toBeInTheDocument(); +test("renders learn react link", () => { + render(<App />); + const linkElement = screen.getByText(/learn react/i); + expect(linkElement).toBeInTheDocument(); }); |