Testing - latif-essam/todo-app-oc-project GitHub Wiki
Jasmine for testing in this project, Jasmine is an open-source testing framework for JavaScript.
we used- It aims to run on any JavaScript-enabled platform, to not intrude on the application nor the IDE
- Jasmine have easy-to-read syntax.
- It is heavily influenced by other unit testing frameworks, such as ScrewUnit, JSSpec, JSpec, and RSpec.