Skip to content

Commit

Permalink
disable vite
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmanders committed Jul 24, 2024
1 parent 51e7e68 commit 377ccc6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@

abstract class TestCase extends BaseTestCase
{
//
protected function setUp(): void
{
parent::setUp();

$this->withoutVite();
}
}

0 comments on commit 377ccc6

Please sign in to comment.