Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Simoneu01 committed Oct 8, 2023
1 parent 7ee59e8 commit 0691b4c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,11 @@
abstract class TestCase extends BaseTestCase
{
use CreatesApplication;

protected function setUp(): void
{
parent::setUp();

$this->withoutVite();
}
}

0 comments on commit 0691b4c

Please sign in to comment.