test runner 4
Some checks failed
CI/CD / Test (push) Failing after 1m15s
CI/CD / Build (push) Has been skipped
CI/CD / Deploy (push) Has been skipped

This commit is contained in:
Saufi
2026-05-13 12:17:51 +08:00
parent 7f55f6dbe9
commit d7ced0c43d

View File

@@ -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');
/*
|--------------------------------------------------------------------------