retest runner 2
This commit is contained in:
@@ -16,9 +16,10 @@ use Tests\TestCase;
|
|||||||
|
|
||||||
pest()->extend(TestCase::class)
|
pest()->extend(TestCase::class)
|
||||||
->use(RefreshDatabase::class)
|
->use(RefreshDatabase::class)
|
||||||
->withoutVite()
|
|
||||||
->in('Feature');
|
->in('Feature');
|
||||||
|
|
||||||
|
beforeEach(fn () => $this->withoutVite())->in('Feature');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Expectations
|
| Expectations
|
||||||
|
|||||||
Reference in New Issue
Block a user