Unit Testing
https://samwize.com/2014/02/08/a-guide-to-mochas-describe-it-and-setup-hooks/
https://www.npmjs.com/package/nyc
https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-best-practices
https://medium.com/better-programming/unit-testing-best-practices-9bceeafe6edf
Specifically:
- https://medium.com/better-programming/unit-testing-best-practices-9bceeafe6edf#e1ce:~:text=Should%20verify%20a%20single%20use%20case.,executed%20can%20lead%20to%20unexpected%20results.
- https://medium.com/better-programming/unit-testing-best-practices-9bceeafe6edf#2125:~:text=Make%20refactoring%20safer.%20Tests%20allow%20big,done%2C%20making%20it%20simpler%20to%20review.