Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Nov 28, 2023
1 parent 6897176 commit d44fa66
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 @@ -11,4 +11,11 @@ abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
use RefreshDatabase;

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

$this->withoutVite();
}
}

0 comments on commit d44fa66

Please sign in to comment.