We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cae9f9 commit 83b77c7Copy full SHA for 83b77c7
tests/Pest.php
@@ -16,3 +16,7 @@
16
pest()
17
->extend(Tests\TestCase::class)
18
->in('Feature', 'Unit');
19
+
20
+pest()
21
+ ->in('Feature')
22
+ ->beforeEach(fn () => $this->withoutVite());
0 commit comments