This post contains links I've found helpful when working with Jest, the JavaScript testing framework.
Jest Mocking Strategies by Mercedes Bernard. The syntax of mocking can be quite complicated due to the nature of JavaScript and TypeScript module exports. This post breaks it down.