The code implements Tree Traversal technique such as Breadth First Search and Depth First Search in JavaScript. The Automated testing is implemented using Jest
Testing library with pre defined use cases.
In the project directory, you can run npm install
to install jest testing library as dependancies.
Run npm run test
command to run the automated test cases.