@@ -13,9 +13,9 @@ with React Testing Library.
1313
1414React Testing Library is part of an open-source project named
1515[ Testing Library] ( https://github.com/testing-library ) . There are several other
16- helpful tools and libraries in the Testing Library project which you can use
17- to write more useful tests. Besides React Testing Library, here are some
18- other Testing Library's libraries that can help you along the way:
16+ helpful tools and libraries in the Testing Library project which you can use to
17+ write more useful tests. Besides React Testing Library, here are some other
18+ Testing Library's libraries that can help you along the way:
1919
2020- ** [ @testing-library/jest-dom ] ( https://github.com/testing-library/jest-dom ) ** :
2121 jest-dom provides a set of custom jest matchers that you can use to extend
@@ -49,9 +49,9 @@ development speed and productivity, since every small change requires rewriting
4949some part of your tests, even if the change you made does not affect the
5050component's output.
5151
52- Re-writing your tests in React Testing library is worthwhile, because you're trading
53- tests that slow you down for tests that give you more confidence and increase
54- your productivity in the long run.
52+ Re-writing your tests in React Testing library is worthwhile, because you're
53+ trading tests that slow you down for tests that give you more confidence and
54+ increase your productivity in the long run.
5555
5656## How to migrate from Enzyme to React Testing Library?
5757
0 commit comments