Release v1.2.0 #87
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