-
Notifications
You must be signed in to change notification settings - Fork 1
Testing Angular code
Nikola Djuza edited this page May 5, 2016
·
2 revisions
For this project we are using Jasmine
testing framework for testing JavaScript.
You can find more info, API, and tutorials on this link http://jasmine.github.io/
The version we are using is Jasmine 2.0.
You can run tests by positioning yourself inside the client
directory
$ cd client
and running
$ gulp test
command.
These articles are good for starting:
- Getting Started With Jasmine: http://inviqa.com/blog/2014/10/28/testing-javascript-get-started-with-jasmine
- Getting Started With Node.js and Jasmine: https://semaphoreci.com/community/tutorials/getting-started-with-node-js-and-jasmine
Please extend this page if you come across something interesting or useful for this topic.