@@ -14,7 +14,7 @@ with React Testing Library.
14
14
React Testing Library is part of an open-source project named
15
15
[ Testing Library] ( https://github.com/testing-library ) . There are several other
16
16
helpful tools and libraries in the Testing Library project which you can use
17
- them to write more useful tests. Beside React Testing Library, here are some
17
+ to write more useful tests. Besides React Testing Library, here are some
18
18
other Testing Library's libraries that can help you along the way:
19
19
20
20
- ** [ @testing-library/jest-dom ] ( https://github.com/testing-library/jest-dom ) ** :
@@ -49,13 +49,13 @@ development speed and productivity, since every small change requires rewriting
49
49
some part of your tests, even if the change you made does not affect the
50
50
component's output.
51
51
52
- Re-writing your tests in React Testing library worthwhile because you're trading
52
+ Re-writing your tests in React Testing library is worthwhile, because you're trading
53
53
tests that slow you down for tests that give you more confidence and increase
54
54
your productivity in the long run.
55
55
56
56
## How to migrate from Enzyme to React Testing Library?
57
57
58
- One of the keys to a successful migrate is to do it incrementally, by running
58
+ One of the keys to a successful migration is to do it incrementally, by running
59
59
the two test libraries side by side in the same application and porting Enzyme's
60
60
tests to React Testing Library one by one. It makes it possible to migrate even
61
61
large and complex applications without disrupting other businesses because the
0 commit comments