In this project, learned how to use Jasmine framework to write a number of tests against a pre-existing application. These will test the underlying business logic of the application as well as the event handling and DOM manipulation. The original developer of this application have already included Jasmine and started writing their first test suite. All the tests were written in ...jasmine/spec/feedreader.js file.
- Clone the Repository: https://github.com/MaulikDave9/frontend-nanodegree-feedreader
- Or download all the files from the repository from the above link
- Click on index.html to open the application.
- You should see the Jasmine results at the end of the page - like all 'specs' passing.