Testing Angular Apps in WebStorm

Victor Savkin is a co-founder of nrwl.io, providing Angular consulting to enterprise teams. He was previously on the Angular core team at Google, and built the dependency injection, change detection, forms, and router modules.
WebStorm is a great tool for building Angular applications. One of its useful features is running tests right in the IDE. In this blog post I’ll show you how to do it.
Karma
If you use Angular CLI, you use Karma for testing your applications. This video shows how to set up WebStorm to run your Karma tests.
If you don’t use CLI and use Webpack directly, the WebStorm setup will look exactly the same.
Jest
If you prefer Jest over Karma (see here), you can do it as follows:
To learn more about using WebStorm for building Angular applications, check out this webinar.
Victor Savkin is a co-founder of Nrwl — Enterprise Angular Consulting.

If you liked this, click the💚 below so other people will see this here on Medium. Follow @victorsavkin to read more about Angular.