How to configure Jest for unit testing in an Angular application
Today, we will learn how to configure Jest in an Angular application. Angular application by default comes with Karma/Jasmine for unit testing so we need to follow some steps to configure Jest in our applications.
What is Jest?
Jest is a popular test...
minibhati.hashnode.dev2 min read