-
This repository contains a testing project made for Udacity's Front-End Developer Scholarship by Google.
-
Uses the code provided by Udacity.
Project goal - use Jasmine to write a number of tests against a pre-existing application, and to test the underlying business logic of the application as well as the event handling and DOM manipulation.
- Application can be viewed online here: News Feed App.
- You can also clone/download this repository and run app by opening index.html file in your browser.
- Tests are located in jasmine/spec/feedreader.js file.