I currently run my node app in a docker container and have custom make commands to run tests inside the container. I love the TDD extension in my non-docker apps and I would love to use it docker apps too. Adding the ability to be able to use docker-compose run npm/yarn test would be great
I currently run my node app in a docker container and have custom make commands to run tests inside the container. I love the TDD extension in my non-docker apps and I would love to use it docker apps too. Adding the ability to be able to use
docker-compose run npm/yarn testwould be great