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.
- Host: GitHub
- URL: https://github.com/codeamt/feed-reader-testing
- Owner: codeamt
- Created: 2018-09-15T09:06:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T08:52:36.000Z (over 7 years ago)
- Last Synced: 2025-01-13T14:19:30.126Z (about 1 year ago)
- Language: JavaScript
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.