From 438f5b4a9e662fd7c71ff8a583f55ca07664278e Mon Sep 17 00:00:00 2001 From: prisar Date: Wed, 26 Jul 2023 15:49:51 +0530 Subject: [PATCH] fix scroll errorwq --- src/App.js | 2 +- src/{ => tests}/App.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/{ => tests}/App.test.js (89%) 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 (
-
+
img
HPOS Sickel Cell Test Dashboard
img 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();