- Udacity Front-End Nanodegree Project
- important notes
- what inclues
- about code
This project is a demonstration of udacity nanodegree project about testing using jasmine framework. starter code is provided by udacity.
- allFeeds are defined and must have elements in it
- urls are defined in allFeeds and they are not empty
- names are defined in allFeeds and thry are not empty
- menu must be hidden on the first start-up
- menu click event trigger perform as expected
- on the first click menu will be in display state
- on the second click menu will be in hidden state
- Feed contain at least one entry after complete loadFeed (Async Test)
- Feed changes its data as per new calls and doesn't contain the same data (Async Test)
- jasmine test framework