Skip to content

Commit 7493467

Browse files
committed
fix: revert tests changes
1 parent d6dd7b6 commit 7493467

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

tests/Pest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616

1717
uses(TestCase::class)
18+
->use(Illuminate\Foundation\Testing\RefreshDatabase::class)
1819
->beforeEach(function () {
1920
// Seed roles and permissions with Filament Shield plugin
2021
Artisan::call('shield:generate', [

tests/TestCase.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ protected function setUp(): void
2323
parent::setUp();
2424

2525
$this->withoutVite();
26-
27-
// Ensure migrations are run
28-
$this->artisan('migrate:fresh');
2926
}
3027

3128
/**

0 commit comments

Comments
 (0)