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
Looking at the source, the only way to close stdin is to call waitForFinish. This prevents testing of commands that read initial input from stdin but still continue to operate, e.g. waiting for additional, interactive user input.
The text was updated successfully, but these errors were encountered:
Looking at the source, the only way to close
stdin
is to callwaitForFinish
. This prevents testing of commands that read initial input fromstdin
but still continue to operate, e.g. waiting for additional, interactive user input.The text was updated successfully, but these errors were encountered: