Skip to content

Commit

Permalink
Add without vite
Browse files Browse the repository at this point in the history
  • Loading branch information
techenby committed Apr 25, 2024
1 parent d194c9f commit 98b4da2
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 98b4da2

Please sign in to comment.