You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2019. It is now read-only.
The "experimental" jpm post command breaks a lot because it has no test coverage. Because we get a bug report after every time it breaks, I think people use it a lot 👯
Let's add some basic test coverage so that it doesn't break. I think starting with some basic unit tests that mock out all the HTTP action is fine. This would be enough to catch the kind of breakage we have seen.
The text was updated successfully, but these errors were encountered:
The "experimental"
jpm post
command breaks a lot because it has no test coverage. Because we get a bug report after every time it breaks, I think people use it a lot 👯Let's add some basic test coverage so that it doesn't break. I think starting with some basic unit tests that mock out all the HTTP action is fine. This would be enough to catch the kind of breakage we have seen.
The text was updated successfully, but these errors were encountered: