diff --git a/tests/Features/ViteBundlerTest.php b/tests/Features/ViteBundlerTest.php index 106e028e..7935b846 100644 --- a/tests/Features/ViteBundlerTest.php +++ b/tests/Features/ViteBundlerTest.php @@ -38,4 +38,4 @@ test('replaces the vite helper instance with custom class', function () { ->toBeInstanceOf(StanclVite::class); tenancy()->end(); -}); \ No newline at end of file +});