Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 329 Bytes

testing.md

File metadata and controls

13 lines (8 loc) · 329 Bytes

Testing - API

You can run Docker container (Mongo DB and API) to run unit tests:

docker-compose down && docker-compose -f docker-compose-test.yml up

When the test finishes, you should press CTRL+C (Command+C) to shut down running containers.

Testing - Admin Panel

There are no tests for the admin panel yet.