diff --git a/src/App.js b/src/App.js index b9f053d..8dfa053 100644 --- a/src/App.js +++ b/src/App.js @@ -79,7 +79,7 @@ function App() { return (
diff --git a/src/App.test.js b/src/tests/App.test.js
similarity index 89%
rename from src/App.test.js
rename to src/tests/App.test.js
index 2410cda..24d157a 100644
--- a/src/App.test.js
+++ b/src/tests/App.test.js
@@ -1,5 +1,5 @@
import { render, screen } from '@testing-library/react';
-import App from './App';
+import App from '../App';
test('renders learn react link', () => {
render(