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