christophrumpel / missing-livewire-assertions

Adding the missing Livewire assertions to your Laravel project
MIT License
136 stars 25 forks source link

Adds support for magic actions #27

Closed jonjakoblich closed 10 months ago

jonjakoblich commented 10 months ago

Resolves #26.

Magic actions kind of already worked, but since they use some of the same tokens as regular expressions the method input needed to be escaped.

I added tests for each of the magic action examples on the Livewire website.