Skip to content

Running the API tests in watch mode

Marco La Rosa edited this page Nov 12, 2023 · 2 revisions

To run the tests in watch mode for development, find the ID of the docker api container and exec into it with something like:

> docker exec -it ${container id} bash

Then:

> npm run test:watch

The Jest testing framework is used and the tests will run when you save a test file.

Clone this wiki locally