Done by using Jasmine to test if the Javascript is working as well.
- Download the zip folder.
- Open
index.html
to view the home page.
- Tests for allfeeds has been defined and not empty
- Tests for allFeeds have a url and that the url is not empty
- Tests for allFeeds have a name and that the name is not empty
- chick 'menu-hidden' in the body tag and checks that the menu is hidden
- Toggles on click event if the menu appears or disappears
- Tests if the loadFeed function has at least a single '.entry' within the '.feed' container
- The helpful Resources,(https://github.com/JanineLourens/neen_ud-proj6-Feed-Reader-Testing) .
- The Jasmine library.