How to install Jest in Angular 13
Jest
When you generate a new Angular project, it comes with some tools for unit testing, Karma and Jasmine
Sometimes you need to replace theses tools with another framework like Jest
What is Jest ?
Jest is a testing framework developed by Facebook, i...
gillesferrand.com2 min read