Reputation: 141
im using the new textarea promt in an artisan command.
To finish the input you have to press ^D (on Mac). In the test i'm using ->expectsQuestion()
. The test is waiting for the promt to be terminated. How can i terminate the promt so the test can continue?
Upvotes: 0
Views: 17
Reputation: 141
The answer to this problem is provided by Jess Archer in this Github issue https://github.com/laravel/prompts/issues/39
Upvotes: 0