From Testing Angular Applications by Jesse Palmer
In this article, we are going to cover some basic concepts that can be applied to testing Angular 2 applications or any other applications really.
First, let’s briefly discuss why we write tests in the first place.