From 52ff264ec795d24105091af41ff1a6820358c4c7 Mon Sep 17 00:00:00 2001 From: Dmitriy Bratchikov Date: Mon, 27 May 2024 16:49:10 +0700 Subject: [PATCH] feature: add test hint --- src/pagesLayer/HomePage/ui/HomePage.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/pagesLayer/HomePage/ui/HomePage.tsx b/src/pagesLayer/HomePage/ui/HomePage.tsx index 7402532..0903c26 100644 --- a/src/pagesLayer/HomePage/ui/HomePage.tsx +++ b/src/pagesLayer/HomePage/ui/HomePage.tsx @@ -15,9 +15,12 @@ const HomePage = () => { yunglocokid

-
+			
 				You can edit src/pagesLayer/HomePage{" "}
-				to start {"<3"}!
+				to start {"<3"}!
+ + You can also test your application using Jest :D. Try it! +
)