50 - Fix tests failing on missing Vite manifest
This commit is contained in:
parent
42563511b4
commit
08d86d9290
1 changed files with 7 additions and 1 deletions
|
|
@ -6,5 +6,11 @@
|
|||
|
||||
abstract class TestCase extends BaseTestCase
|
||||
{
|
||||
//
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
// Skip Vite asset resolution in tests: no build manifest exists.
|
||||
$this->withoutVite();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue