-
Notifications
You must be signed in to change notification settings - Fork 46
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
Fix issue #58 cliOptions.fix is ignored #200
Fix issue #58 cliOptions.fix is ignored #200
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.
This would need tests to cover whatever's being fixed.
Co-authored-by: Jordan Harband <[email protected]>
Thanks for the comment. I am thinking that I could pass the cliOptions to the mkTestResults and make sure that the |
That seems like it would work. |
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.
LGTM assuming the test fails prior to the change, and passes after
Co-authored-by: Jordan Harband <[email protected]>
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.
👍
Hi !
I have fixed issue 58.
I just got it to work for now, so if you have any comments, please comment!