24 - Fix Vite manifest error in CI tests
This commit is contained in:
parent
cf6f0c76c2
commit
c3ce5b0b80
1 changed files with 6 additions and 1 deletions
|
|
@ -6,5 +6,10 @@
|
|||
|
||||
abstract class TestCase extends BaseTestCase
|
||||
{
|
||||
//
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
$this->withoutVite();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue