You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Week2/MAKEME.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ We have provided _unit tests_ in this repo that allow you to verify that your ho
104
104
>
105
105
> Adapted from: Roy Osherove (1.09), The art of Unit Testing. Greenwich, CT: Manning.
106
106
107
-
At this point it is not important to understand how unit tests work. The only thing you need to know now is how to run the tests and how to determine whether your homework produces the correct results.
107
+
At this point it is not important to understand how unit tests work. The only thing you need to know now is how to run the tests and how to determine whether your homework produces the correct results. If you want to understand more about unittesting in JavaScript using Jest (as is done in the homework) you can read [A quick introduction to test driven development with Jest](https://www.freecodecamp.org/news/a-quick-introduction-to-test-driven-development-with-jest-cac71cb94e50/).
0 commit comments