testing

Testing Angular with Jasmine and Karma (Part 1) — step-by-step Javascript tutorial on Progressive Robot

Testing Angular with Jasmine and Karma (Part 1)

In this tutorial we will be building and testing an employee directory for a fictional company. This directory will have a view to show all of our users along with another view to serve as a profile page for individual users. Within this part of the tutorial we’ll focus on building the service and its tests that will be used for these users.

Read more
CHAT