-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Implement testing suite #66
Comments
Maybe https://mochajs.org/ |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I can take this on, and add Mocha tests to this project |
I am willing to work on this issue if no one already dose. |
@tawfiek sounds good, been a stale issue for a long time, haven't had time to look into it as I haven't had time to work on much lately. Thanks! |
Never mind, Is there any certain technologies you prefer to work with for test assertion, runner and coverage ?! |
No preference, I have seen some CLI tools tested with Ava, but I have not had time to look into that. Be happy to help discuss any findings |
configure mocha for testing and adding NYC as test coverage tool adding the file structure to start writing tests fix jwu910#66
@jwu910 action needed |
Need find and implement a testing suite to test utility functions.
I have used Jest for web app projects, but not for CLI tools.
The text was updated successfully, but these errors were encountered: