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