Skip to content

unit tests js

php-coder edited this page Sep 21, 2014 · 3 revisions

How to run unit tests (JavaScript)

How to run

mvn jasmine:test

Where to find tests' results

Tests' results will be printed on console.

Where to find tests' code

Tests are written on JavaScript and located under src/test/javascript directory.

Links

Clone this wiki locally