Show Nav
Jing Fan

Software Consultant & Developer. Passionate about becoming a stronger developer. Enjoys coffee, tea, and rearranging my furniture.

 
Featured

Unit Testing Google Maps API with Jest

To isolate our functions for testing, we needed to create some mocks for Google Maps API. We chose Jest for its ease of use and because there's a handy Jest-Junit reporter that creates compatible JUnit XML files for Jenkins CI.
All Posts