Skip to content

Commit 7f7c8da

Browse files
committed
update README.md
1 parent c00d816 commit 7f7c8da

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
# react-testing-library-course
1+
<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 />
217

318
_Course material for testing React components using react-testing-library_
419

0 commit comments

Comments
 (0)