Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 245 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 245 Bytes

AngularJS Unit Testing

This is an example project with 100% test coverage that aims to demonstrate some of the showcased guidelines and patterns for unit testing AngularJS applications.

To run the tests:

$ npm install
$ npm test