Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update more_testing.md #26370

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions javascript/testing_javascript/more_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,9 @@ This section contains questions for you to check your understanding of this less
- [Why should you not test implementation?](https://youtu.be/URSWYvyc42M?t=792)
- [Should you test private methods?](https://youtu.be/URSWYvyc42M?t=1102)
- [Why should you not test messages with no side effects?](https://youtu.be/URSWYvyc42M?t=1370)

### Additional resources

This section contains helpful links to other content. It isn't required, so consider it supplemental.

1. This [jest cheat sheet](https://github.com/sapegin/jest-cheat-sheet) walks you quickly through all the frequently used methods.