Skip to content

unit tests js

Slava Semushin edited this page Jun 30, 2019 · 3 revisions

How to run unit tests (JavaScript)

How to run

./mvnw 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