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
fix(cli): remove problematic pty.Output() call from test
The pty.Output() call was causing an error after the command completed.
The test already verifies the output format with ExpectMatchContext,
so we only need to verify the version was created in the database.
0 commit comments