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.
Looking at the source, the only way to close
stdinis to callwaitForFinish. This prevents testing of commands that read initial input fromstdinbut still continue to operate, e.g. waiting for additional, interactive user input.