Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 482 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 482 Bytes

Testing a Feedreader Application

This project was completed using the testing framework, Jasmine.

To run the tests yourself, simply clone the repository and install Jasmine. Add your own tests to feedreader.js, open index.html in your browser, and see if your tests pass!

For more information on Javascript testing with Jasmine, check out Javascript Testing on Udacity.