Skip to content

Commit

Permalink
Update Odin Project content (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
cansirin authored Mar 9, 2024
1 parent 3acef09 commit 1b8fc3f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This section contains a general overview of topics that you will learn in this l
2. Watch at least the first 3 videos of [this video series](https://www.youtube.com/playlist?list=PL0zVEGEvSaeF_zoW9o66wa_UCNE3a7BEr) about testing in JavaScript. The first video focuses heavily on the WHY, while the next two go into more depth about the process. Later videos in the series are _definitely_ worthwhile, but the first 3 are enough to get you up and running.
3. Read and follow the [Getting Started](https://jestjs.io/docs/getting-started) tutorial on the main Jest website. For the upcoming testing practice and project, you only need to follow the instructions for installing jest.
4. Read and follow the [Using Matchers](https://jestjs.io/docs/using-matchers) document on the main Jest website. This one demonstrates some of the other useful functions you can use in your tests.
5. This article explains more about [the why/how and value behind TDD](https://jrsinclair.com/articles/2016/one-weird-trick-that-will-change-the-way-you-code-forever-javascript-tdd/) and also includes some great examples of how to apply it.
</div>

### Knowledge check
Expand Down

0 comments on commit 1b8fc3f

Please sign in to comment.