Skip to content

JS Unit Tests & JSHint, using Jasmine

Xavier Antoviaque requested to merge js-tests into master

Adds unit tests for the JS code, and a linter check (JSHint). Run via jasmine in the browser (see make test_js_web and then go to http://localhost:8888/ ) for debugging, or in a CI manner via selenium and jasmine-ci (see make test_js).

Merge request reports