This is a little tool that will help you to test the challenges through the NestJS Course.
Install dependencies
npm install
For Challenge 1 run
npm run challenge1
For Challenge 2 run
npm run challenge2
For Challenge 3 run
npm run challenge3
- This app will scan the aplication in the port 3000, so make sure you're using that port.
- Once you completed the challenge, run exactly the challenge you just finished, running anothers challenges test may lead to broken tests.
- Once your test are passing, you can send the commit.