Angular creates for every component, service or class a unittest file with the file ending `spec.ts`. We use native Angular unittests (Angular uses Karma and Jasmine) with two additional libraries.
## Prerequisites
Google Chrome or Chromium should be installed.
## Run
To run tests use `ng test`
To run tests with code coverage use `ng test --codeCoverage` (Result will be in `/coverage`)