We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18104fe commit 66e8d45Copy full SHA for 66e8d45
README.md
@@ -30,7 +30,7 @@ You want to write maintainable tests for your React components. As a part of
30
this goal, you want your tests to avoid including implementation details of
31
your components and rather focus on making your tests give you the confidence
32
for which they are intended. As part of this, you want your testbase to be
33
-maintainable in the long run so refactors of you components (changes to
+maintainable in the long run so refactors of your components (changes to
34
implementation but not functionality) don't break your tests and slow you and
35
your team down.
36
0 commit comments