Skip to content

Commit 9db7b12

Browse files
authored
Update migrate-from-enzyme.mdx (#705)
Fixed spelling and grammar errors
1 parent 65433d0 commit 9db7b12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/react-testing-library/migrate-from-enzyme.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ with React Testing Library.
1414
React Testing Library is part of an open-source project named
1515
[Testing Library](https://github.com/testing-library). There are several other
1616
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
1818
other Testing Library's libraries that can help you along the way:
1919

2020
- **[@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
4949
some part of your tests, even if the change you made does not affect the
5050
component's output.
5151

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
5353
tests that slow you down for tests that give you more confidence and increase
5454
your productivity in the long run.
5555

5656
## How to migrate from Enzyme to React Testing Library?
5757

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
5959
the two test libraries side by side in the same application and porting Enzyme's
6060
tests to React Testing Library one by one. It makes it possible to migrate even
6161
large and complex applications without disrupting other businesses because the

0 commit comments

Comments
 (0)