To run all tests, use the following command:
npm run docker-test
This command will run the tests in docker using the Node.js Test Runner.
To run tests with coverage reporting, use the following command:
npm run docker-coverage-local
This command will run the tests with coverage reporting using the node:test module.