-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 for yarn owner
#3893
Labels
Comments
@voxsim Can I take this one? |
@peterschussheim yep go ahead! |
Great! Are there any examples you know would be a good starting point? |
@peterschussheim nope, you can take inspiration from the other tests in the test forlder (for example https://github.com/yarnpkg/yarn/blob/master/__tests__/commands/licenses.js) |
BYK
added a commit
that referenced
this issue
Sep 15, 2017
**Summary** Fixes #4446, fixes #4433. Follow up to #3893. The fix in #3893 was too aggressive, allowing only top-level dependencies to be used in peer dependency resolution which was incorrect. This patch allows resolving peer dependencies from the same or higher levels in the dependency tree. **Test plan** Additional unit and integration tests.
BYK
added a commit
that referenced
this issue
Sep 16, 2017
…4478) **Summary** Fixes #4446, fixes #4433, fixes #2688, fixes #2387. Follow up to #3803. The fix in #3893 was too aggressive, allowing only top-level dependencies to be used in peer dependency resolution which was incorrect. This patch allows resolving peer dependencies from the same or higher levels in the dependency tree. **Test plan** Additional unit and integration tests.
joaolucasl
pushed a commit
to joaolucasl/yarn
that referenced
this issue
Oct 27, 2017
…arnpkg#4478) **Summary** Fixes yarnpkg#4446, fixes yarnpkg#4433, fixes yarnpkg#2688, fixes yarnpkg#2387. Follow up to yarnpkg#3803. The fix in yarnpkg#3893 was too aggressive, allowing only top-level dependencies to be used in peer dependency resolution which was incorrect. This patch allows resolving peer dependencies from the same or higher levels in the dependency tree. **Test plan** Additional unit and integration tests.
BYK
pushed a commit
that referenced
this issue
Apr 13, 2018
**Summary** * fixing currently broken owner command * doesn't ask for npm username and password for list command * adding basic test #3893 **Test plan** Yarn now correctly displays the list of package owners. Also added automated tests.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yarn owner
has not tests at all and we should at least cover:The text was updated successfully, but these errors were encountered: