missing-livewire-assertions
missing-livewire-assertions copied to clipboard
assertPropertyWired is not recognizing the boolean extension to wire:model
I have implemented this in many of my recent tests, however I found that when assertingPropertywired against a property with wire:model.boolean this was not recognised. Checking the src code here I can see ' boolean' is not one of the options.
I am happy to try (it would be my first time) to submit a pull request if you agree that my aforementioned is correct.
Hey, glad you like the package. Looks like I missed that, indeed. A Pull Request and a test for this would be perfect 🙏