There was an error while loading. Please reload this page.
1 parent c00d816 commit 7f7c8daCopy full SHA for 7f7c8da
README.md
@@ -1,4 +1,19 @@
1
-# react-testing-library-course
+<h1 align="center">
2
+ Test React Components with Jest and React Testing Library
3
+</h1>
4
+
5
+<div align="center">
6
+ <h2><a href="https://testingjavascript.com">TestingJavaScript.com</a></h2>
7
+ <a href="https://testingjavascript.com">
8
+ <img
9
+ width="500"
10
+ alt="Learn the smart, efficient way to test any JavaScript application."
11
+ src="https://kentcdodds.com/images/testingjavascript-promo/tjs-4.jpg"
12
+ />
13
+ </a>
14
+</div>
15
16
+<hr />
17
18
_Course material for testing React components using react-testing-library_
19
0 commit comments