andrepolo
andrepolo

Reputation: 141

How to terminate Promt textarea in Laravel Pest Tests?

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

Answers (1)

andrepolo
andrepolo

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

Related Questions