This is the code for the presentation on introduction to tests. You can view the presentation here.
- Step 1 - Init a npm project, write the code and install the testing libraries.
- Step 2 - Let's thing on how and what we should test and write pending tests.
- Step 3 - Adding setup for the tests and the finishing the tests.
The code we are testing is better-times, a small JavaScript library that make dates fun again created by @baradm100.