Testing dates with Jest
October 31, 2019
This post shows how to add tests to JavaScript code that uses Date or moment functions. I will explain how to mock dates and how to make tests independent from the timezone.
Read moreJavaScript
This post shows how to add tests to JavaScript code that uses Date or moment functions. I will explain how to mock dates and how to make tests independent from the timezone.
Read moreAn effort to expose the advantages of RxJS so that people realize it can potentially make their code cleaner and their lives easier.
Read more