This repository is an example on how to test a Node.js project using Buildkite and Docker. It uses the standard Node.js Docker image and Buildkite’s Docker-based Builds.
To run the test locally on your development machine, you can run:
docker-compose run app npm test
See Licence.md (MIT)