-
Notifications
You must be signed in to change notification settings - Fork 79
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
Upgrade to commander 7 #486
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.
Looks good (with a regression test)! Thanks :)
FindTests.resolveGlobs( | ||
testFileGlobs.length === 0 ? [project.testsDir] : testFileGlobs, | ||
project.rootDir | ||
), |
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.
Could we add a unit test?
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.
Added! 👍
Does the elm make test fail without the fix? And does the readme need updating? Otherwise we are good to merge :) |
Yes, I tried it without the fix and they failed with the expected error messages.
I don’t think so. Was there anything in particular you were thinking about? Either way, I’ll update the readme PR (#473) after this is merged to fix conflicts and see if there’s any more syncing to do. |
I was thinking that we embed the help output in the readme. However, that is probably only true in #473. |
This allows getting rid of all workarounds we had for commander.