This project is for flexing testing skills around various situations.
If you are using NVM. Run a quick nvm use
before continuing to make sure you are using node 10.14.0
- CD into .local
- Run
docker-compose up -d
- Should take a moment but once its up we are good to go.
If you have port binding issues go into the docker-compose.yml file and change the left port number to something else. This will update the port you will use for the client. You can also bug someone about it during the workshop.
Won't be as useful but just remove or comment out the redis cache function. We can't share instances for integration testing.
- CD into boundaries project.
- Run
npm install
- Split your terminal
- In one terminal run
npm test
to enter test watch mode.
This project is from taking a project that is already created and writing tests that confirm what it is doing. Some refactoring may be needed in order for all types of tests to work correctly.
Another project called greenlight will be added to do TDD first to build a lib.