Tag: Jasmine
Updated on March 7, 2017
Testing AngularJS Templates, Directives, Controllers, Services, Factories, and Filters
Angular is a framework that offers impressive testing ability through unit tests and template-based testing, which we will consider template-based unit testing.
Posted on March 6, 2017
Common Jasmine Matchers for AngularJS
Below are some useful matchers for AngularJS testing. Add them to a file called “matchers.js” and be sure to add that file to your test runner.