We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6bcc5d commit 2ac1846Copy full SHA for 2ac1846
README.md
@@ -18,6 +18,8 @@ Basic testing by writing test for [calculator](https://github.com/aofleejay/test
18
19
Basic React testing by test [counter](https://github.com/aofleejay/testing-in-javascript/tree/master/counter) application.
20
21
+Integration testing in React by test [twitter](https://github.com/aofleejay/testing-in-javascript/tree/master/twitter) application.
22
+
23
## :chart_with_upwards_trend: Slide
24
25
- [JavaScript Testing](https://github.com/aofleejay/sharing-resources/tree/master/testing-in-javascript)
twitter/README.md
@@ -1,4 +1,6 @@
1
-# Twitter.
+# React Integration Testing.
2
3
+Integration testing in React by test twitter application.
4
5
## Quick start.
6
0 commit comments