missing-livewire-assertions icon indicating copy to clipboard operation
missing-livewire-assertions copied to clipboard

assertPropertyWired is not recognizing the boolean extension to wire:model

Open pikepa opened this issue 10 months ago • 1 comments

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.

pikepa avatar Apr 09 '24 15:04 pikepa

Hey, glad you like the package. Looks like I missed that, indeed. A Pull Request and a test for this would be perfect 🙏

christophrumpel avatar Apr 09 '24 18:04 christophrumpel