25 - Disable Vite in tests to fix CI manifest errors
All checks were successful
CI / ci (push) Successful in 5m24s
All checks were successful
CI / ci (push) Successful in 5m24s
This commit is contained in:
parent
a448c54e73
commit
19cbea9273
1 changed files with 3 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue