From d046b6caeb829505dcb5ca5e1fc77630313d9a32 Mon Sep 17 00:00:00 2001 From: Saufi Date: Wed, 13 May 2026 12:03:13 +0800 Subject: [PATCH] retest runner 2 --- tests/Pest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Pest.php b/tests/Pest.php index 15c0fdb..f5c6f5a 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -16,9 +16,10 @@ use Tests\TestCase; pest()->extend(TestCase::class) ->use(RefreshDatabase::class) - ->withoutVite() ->in('Feature'); +beforeEach(fn () => $this->withoutVite())->in('Feature'); + /* |-------------------------------------------------------------------------- | Expectations