aboutsummaryrefslogtreecommitdiff
path: root/src/App.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.test.js')
-rw-r--r--src/App.test.js12
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();
});