This is a NodeJS command-line application. You may refer to the full problem statement over here. Below is a GIF demonstrating the whole app. If you prefer the 1-minute video, here's the link.
A screenshot of running npm test
. While development with TDD, npm run test:watch
is being run to watch for any file changes in both the core scripts and its associated unit test scripts.
Assuming that we would only have 5x5 units of "table" for the toy robot to roam about freely, without falling off.
- This is developed with Node v15.3.0 and NPM v7.0.14
- TDD development with
npm run test:watch
- Run the application with
npm start
- To plainly run the test scripts
npm test