Learning to use jest for unit test: Creating a npm command line Utility — Part 3
Description:
This is continuation of “How to create a npm commandline utility” we have already setup our utility that takes in user input using inquirer or yargs and displays “Hello User!”
Please have the setup ready, now we will see how to test this using Jest