From bcd4de6e12e29f34aca82cedf73723256d343214 Mon Sep 17 00:00:00 2001 From: sapienfrom2000s <108250096+sapienfrom2000s@users.noreply.github.com> Date: Sat, 23 Sep 2023 11:29:47 +0530 Subject: [PATCH] Update more_testing.md Adds a resource to the additional resource section --- javascript/testing_javascript/more_testing.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/javascript/testing_javascript/more_testing.md b/javascript/testing_javascript/more_testing.md index e555991d6b3..23a24e6a0c4 100644 --- a/javascript/testing_javascript/more_testing.md +++ b/javascript/testing_javascript/more_testing.md @@ -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.