Skip to content

Commit 83b77c7

Browse files
committed
test: configure without vite
1 parent 9cae9f9 commit 83b77c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Pest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@
1616
pest()
1717
->extend(Tests\TestCase::class)
1818
->in('Feature', 'Unit');
19+
20+
pest()
21+
->in('Feature')
22+
->beforeEach(fn () => $this->withoutVite());

0 commit comments

Comments
 (0)