diff --git a/tests/Features/Commands/UpdateTsconfigCommandTest.php b/tests/Features/Commands/UpdateTsconfigCommandTest.php index e944849..e25a7d9 100644 --- a/tests/Features/Commands/UpdateTsconfigCommandTest.php +++ b/tests/Features/Commands/UpdateTsconfigCommandTest.php @@ -70,7 +70,7 @@ set_env('production'); this()->artisan('vite:tsconfig') ->expectsConfirmation( - question: 'Do you really wish to run this command?', + question: 'Are you sure you want to run this command?', answer: 'yes' ) ->assertExitCode(0);