Skip to content

Commit

Permalink
Add nonsense readme change
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtallen authored and sirreal committed Nov 24, 2020
1 parent 95e0b1e commit baa9498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/editing-toolkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ yarn test:js:update-snapshots
### Writing Tests
The tests make use of the 3rd party [React Testing Library](https://testing-library.com/docs/react-testing-library/). This library helps to promote healthy testing practices by encouraging testing of the component _interface_ rather than its internal APIs (ie: implementation details).
The tests make use of the 3rd party [React Testing Library](https://testing-library.com/docs/react-testing-library/). This library promotes healthy testing practices by encouraging testing of the component _interface_ rather than its internal APIs (ie: implementation details).
When writing tests try to approach them **from the perspective of how a user would interact with your component**. Approaching tests in this fashion provides greater confidence that tests will capture true component behaviors and avoids the need for costly refactoring should the component's implementation need to change.

Expand Down

0 comments on commit baa9498

Please sign in to comment.