Skip to content

Commit 468223b

Browse files
author
Kent C. Dodds
committed
docs: fix image
1 parent 524836e commit 468223b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<div align="center">
2727
<a href="https://testingjavascript.com">
28-
<img height="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+
<img 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" />
2929
</a>
3030
</div>
3131

@@ -1194,7 +1194,10 @@ encapsulated outside of any native module functionality.
11941194
For a barebones example of testing a React Native component,
11951195
[see here](https://github.com/thchia/rn-testing-library-example).
11961196
1197-
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.
1197+
There is also a sibling project called
1198+
[react-native-testing-library](https://github.com/callstack/react-native-testing-library)
1199+
which aims to test React Native apps without mentioned tradeoffs, having the API
1200+
inspired by and mostly compatible with this library.
11981201
11991202
</details>
12001203

0 commit comments

Comments
 (0)