We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.