Tag: jest
All the articles with the tag "jest".
Angular and Jest
Published: at 09:54 PMThe Angular CLI ships with Jasmine and Karma to run unit tests. However, out of the box, the unit tests are a bit slow for my tastes. Using [Jest](https://jestjs.io/) for our unit tests speeds things up and only runs the tests when the component has been changed.