fix: livewire

This commit is contained in:
nuno maduro
2026-08-07 14:27:26 +01:00
parent 7b6415ccd0
commit eb88513baf
6 changed files with 446 additions and 8 deletions
@@ -0,0 +1,12 @@
<?php
declare(strict_types=1);
require_once __DIR__.'/../app/Calculator.php';
require_once __DIR__.'/../app/Greeter.php';
// Stands in for the built-in Laravel/Livewire watch defaults, which are not
// applicable here because the fixture installs neither package. Without the
// generated-view mapping, every changed Blade file lands on this rule and
// invalidates the whole suite — which is exactly what issue #1808 reported.
pest()->tia()->watch(['resources/views/**' => 'tests']);