Unit Testing AngularJS

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

Testing is a first class citizen in AngularJS. It is at its heart and soul. This lesson demonstrates using Karma to write a simple unit test for a Filter.

amit
~ 9 years ago

please add more videos on E2E testing

Radu Dragusin
~ 9 years ago

For some reason I get TypeError: undefined is not a function

amrish
~ 9 years ago

There should be more details to show how to run tests and set up testing framework.

Bartek
~ 9 years ago

I agree, this is barely helpful

Steven
~ 8 years ago

Where does the injected filter named name "reverseFilter" come from as the filter attached to the app is simply called "reverse"?