feature: add test hint

This commit is contained in:
Dmitriy Bratchikov
2024-05-27 16:49:10 +07:00
parent 939b87a7ac
commit 52ff264ec7
+5 -2
View File
@@ -15,9 +15,12 @@ const HomePage = () => {
yunglocokid
</Link>
</p>
<pre className={cls.hint}>
<pre className={cls.hint} data-testid="hint-code">
You can edit <span className={cls.path}>src/pagesLayer/HomePage</span>{" "}
to start {"<3"}!
to start {"<3"}!<br />
<small className={cls.testHint}>
You can also test your application using Jest :D. Try it!
</small>
</pre>
</div>
)