NEW
Testing TypeScript Code with Jest
Jest is an open-source, JavaScript testing framework maintained by Facebook. With an exceptionally large assertion library and a simple, well-documented API, writing tests for JavaScript code with Jest is easy and requires no additional configuration. For TypeScript code (and JavaScript code that…