test runner 4
This commit is contained in:
@@ -18,7 +18,9 @@ pest()->extend(TestCase::class)
|
||||
->use(RefreshDatabase::class)
|
||||
->in('Feature');
|
||||
|
||||
beforeEach(fn () => $this->withoutVite())->in('Feature');
|
||||
beforeEach(function () {
|
||||
$this->withoutVite();
|
||||
})->in('Feature');
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user