An open API service indexing awesome lists of open source software.

https://github.com/codeamt/feed-reader-testing

An example of using the Jasmine framework to demonstrate TDD understaning.
https://github.com/codeamt/feed-reader-testing

Last synced: 7 months ago
JSON representation

An example of using the Jasmine framework to demonstrate TDD understaning.

Awesome Lists containing this project

README

          

# Feed-Reader-Testing
An example of using the Jasmine framework to demonstrate TDD understaning.



## How to run the application
Load index.html file in browser. Once loaded, test results should be displayed at the bottom of the page.

Resources:
The project was based on the starter code for Udacity students: http://github.com/udacity/frontend-nanodegree-feedreader This code includes a web-based application that reads RSS feeds, Jasmine and first test suite.