You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not familiar with enquirer. Do you know if there is any good practice or lib for testing it and avoid entering the rabbit hole of spies, mocks, injects, etc?
I would like to validate stuff like the fix introduced here
The text was updated successfully, but these errors were encountered:
That is a very good question! I remember I used a project made for testing CLI apps with prompts, but I cannot recall where, or the name of the app. Let's do some research, maybe there are some recommendations in the https://github.com/SBoudrias/Inquirer.js or https://github.com/enquirer/enquirer project
I'm not familiar with enquirer. Do you know if there is any good practice or lib for testing it and avoid entering the rabbit hole of spies, mocks, injects, etc?
I would like to validate stuff like the fix introduced here
The text was updated successfully, but these errors were encountered: