-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feature/1.0.0 release #8
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome !
Important parts are well tested.
I love the part about npm6
and npm7
.
One thing you could do is add tests for the commit
/tag
logic.
@lodonoughue Thanks for the much appreciated feedback. Good thinking, I’m looking for a good and efficient way to add test coverage for the Stay tuned! 😏 |
A recent pull request left me uneasy because the project was missing unit testing altogether. So, low and behold unit tests!
Here’s a summary of what’s new for the big 1-0 release:
FileHelper
class to avoid having multiple methods doing the same thing;