Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84f25a2

Browse files
mattiaslundbergkvarak
authored andcommitted
Add more optional background regarding unittests
This seemed to confuse some of the students in stockholm
1 parent d631870 commit 84f25a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week2/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ We have provided _unit tests_ in this repo that allow you to verify that your ho
104104
>
105105
> Adapted from: Roy Osherove (1.09), The art of Unit Testing. Greenwich, CT: Manning.
106106
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/).
108108

109109
#### Run the tests
110110

0 commit comments

Comments
 (0)