@@ -15,7 +14,7 @@ function App() {
{result}
- );
+ )
}
-export default App;
+export default App
diff --git a/javascript/examples/create-react-app/src/App.test.js b/javascript/examples/create-react-app/src/App.test.js
index 1f03afee..ea796120 100644
--- a/javascript/examples/create-react-app/src/App.test.js
+++ b/javascript/examples/create-react-app/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(