You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
26
26
<divalign="center">
27
27
<ahref="https://testingjavascript.com">
28
-
<imgheight="500"width="500"alt="TestingJavaScript.com Learn the smart, efficient way to test any JavaScript application."src="https://raw.githubusercontent.com/kentcdodds/react-testing-library/master/other/testingjavascript.jpg" />
28
+
<imgwidth="500"alt="TestingJavaScript.com Learn the smart, efficient way to test any JavaScript application."src="https://raw.githubusercontent.com/kentcdodds/react-testing-library/master/other/testingjavascript.jpg" />
29
29
</a>
30
30
</div>
31
31
@@ -1194,7 +1194,10 @@ encapsulated outside of any native module functionality.
1194
1194
For a barebones example of testing a React Native component,
There is also a sibling project called [react-native-testing-library](https://github.com/callstack/react-native-testing-library) which aims to test React Native apps without mentioned tradeoffs, having the API inspired by and mostly compatible with this library.
0 commit comments