getFilename(), '.blade.php')) { continue; } if (str_contains($file->getContents(), 'wire:confirm')) { $offenders[] = str_replace(base_path().'/', '', $file->getPathname()); } } expect($offenders)->toBe([]); }); it('never calls the native confirm() dialog from JavaScript', function () { $offenders = []; // Blade views (inline