Skip to content

Commit

Permalink
fix: tests without vite to testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocastellano committed Dec 2, 2024
1 parent 0fc59d7 commit 85c5fee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,10 @@ abstract class TestCase extends BaseTestCase
* @var bool
*/
protected $seed = true;

protected function setUp(): void
{
parent::setUp();
$this->withoutVite();
}
}

0 comments on commit 85c5fee

Please sign in to comment.