-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tests #1
Comments
Go for it @thomasjosephgreco 😄 |
@shakeelmohamed are there any specific testing frameworks that you wish to use? |
I prefer mocha since I'm most familiar with it. As for specifically testing a CLI, not sure. You should take a look at other Node.js CLI projects and see what they're using for tests (if they even have tests). |
Since this is a CLI the testing will need to be done a bit differently. 2 libs we can look into: https://github.com/dthree/vorpal and https://github.com/TooTallNate/keypress |
No description provided.
The text was updated successfully, but these errors were encountered: