-
Notifications
You must be signed in to change notification settings - Fork 9
Unit Tests
Sean McIlvenna edited this page Dec 5, 2019
·
1 revision
There are currently only unit tests for the server application.
To run the tests, execute ng test server
from the root directory.
To run the tests in the WebStorm IDE:
- Create a new debug configuration for "Jest" named "Test Server"
- Set the working directory to <project-root>/apps/server
- Run the new debug configuration and the IDE will format the results nicely for you