Skip to content

Commit

Permalink
removed unnecessary auth tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjude committed Mar 2, 2024
1 parent 12ede50 commit 795a9da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Commands/FilamentJetstreamCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,12 +252,10 @@ protected function configureAssets(): void
(new Filesystem)->deleteDirectory(resource_path('views/auth'));
(new Filesystem)->delete(resource_path('views/dashboard.blade.php'));
(new Filesystem)->delete(resource_path('views/navigation-menu.blade.php'));

(new Filesystem)->delete(base_path('tests/Features/AuthenticationTest.php'));
(new Filesystem)->delete(base_path('tests/Features/EmailVerificationTest.php'));
(new Filesystem)->delete(base_path('tests/Features/PasswordConfirmationTest.php'));
(new Filesystem)->delete(base_path('tests/Features/PasswordResetTest.php'));
(new Filesystem)->delete(base_path('tests/Features/ProfileInformationTest.php'));
(new Filesystem)->delete(base_path('tests/Features/RegistrationTest.php'));

if (file_exists(base_path('pnpm-lock.yaml'))) {
Expand Down

0 comments on commit 795a9da

Please sign in to comment.