- Description of problem from the Karat test:
./src/carpool-puzzle.md
- Solution:
./src/carpool-puzzle.ts
- Unit tests verifying the solution:
./src/test/carpool-puzzle-test.spec.ts
- Run the tests for the solution by running the command
npm test
in the project root. - Enjoy the sweet, sweet lack of errors 😁
That's it, you're done!