fake vite

This commit is contained in:
2023-01-30 20:20:22 +10:00
parent 8fdc7f8600
commit d8805a791e

View File

@@ -7,4 +7,12 @@ use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
protected function setUp(): void
{
parent::setUp();
$this->withoutVite();
}
}