Skip to content

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:

Please extend this page if you come across something interesting or useful for this topic.

Clone this wiki locally