Simple configuration hacks to improve unit test case performance using Jasmine and Karma in Angular
Make use of Headless Chrome
Headless Chrome is a way to run the Chrome browser in a headless environment without the full browser UI. One of the benefits of using Headless Chrome (as opposed to testing directly in Node) is that your JavaScript tests ...
blog.aakashgoplani.in4 min read