Shared utilities throughout windbreaker services
npm install windbreaker-io/windbreaker-service-util --save
To run the entire test suite:
npm test
To run only integration tests:
npm run test:integration
To run only unit tests:
npm run test:unit
For a faster feedback loop, you can run sh
on the test
container
and execute tests or other arbitrary commands from within the container.
docker-compose run test sh