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
Describe the bug
I just updated a dependency and then figured out it may had been a bad idea: the dependency deals with interactive commands.
I figured out we may not have tests for this functionality, so I did a manual test to find out I was right and the feature indeed broke after the upgrade.
So I reverted it: c7d1911.
We need to add a few basic tests for yarn add-org in the automated test suite.
Steps To Reproduce
Update inquirer to latest version, try using yarn add-org.
Expected behavior
The command should work, but it raises an exceptioon.
System Informatioon:
OS: not relevant
Node.js Version: Node.js 20
Browser and Browser Version (if applicable): not relevant
The text was updated successfully, but these errors were encountered:
Describe the bug
I just updated a dependency and then figured out it may had been a bad idea: the dependency deals with interactive commands.
I figured out we may not have tests for this functionality, so I did a manual test to find out I was right and the feature indeed broke after the upgrade.
So I reverted it: c7d1911.
We need to add a few basic tests for
yarn add-org
in the automated test suite.Steps To Reproduce
Update inquirer to latest version, try using
yarn add-org
.Expected behavior
The command should work, but it raises an exceptioon.
System Informatioon:
The text was updated successfully, but these errors were encountered: