As long as your tests are green, everything is fine, right? The inconveniences will always come up when a test is red.
Which tests are affected? Why is the test failing now?
Often, this research involves reading obscure console editions that take up your time and nerves.
Most of the time you can wait a while until all your tests have gone through to know if the alleged fix really solves the problem.
Jest replaces long waiting times with instant feedback. Instead of cryptic error logs, you will receive targeted information to help you solve the problem.
This talk demonstrates how to install & use Jest in your Angular project. You will be introduced to the integrated mocking framework and snapshot testing in detail.
Then you know the benefits that Jest offers. In addition, you have a blueprint to start immediately with Jest.
https://medium.com/@gregor.woiwode
https://twitter.com/GregOnNet