25 - Disable Vite in tests to fix CI manifest errors
All checks were successful
CI / ci (push) Successful in 5m24s

This commit is contained in:
myrmidex 2026-03-08 14:58:00 +01:00
parent a448c54e73
commit 19cbea9273

View file

@ -15,6 +15,9 @@ protected function setUp(): void
{
parent::setUp();
// Prevent Vite manifest errors in tests (no npm build in CI)
$this->withoutVite();
// Clean up any existing Mockery instances before each test
if (class_exists(Mockery::class)) {
Mockery::close();