pest
pest copied to clipboard
[Feature Request] Add withoutLazyLoading into Livewire helper
Livewire ships Livewire::withoutLazyLoading() to allow user to disable the lazy behaviour.
https://livewire.laravel.com/docs/lazy#disabling-lazy-loading-for-tests
It would be great to do the same with the livewire() helper of pest
@Simoneu01 The Livewire Plugin is in a separate repository, you should probably make this suggestion over here https://github.com/pestphp/pest-plugin-livewire
@JHWelch It is not possible to add a suggestion there because there is no issue/discussion tab.
I would also love to see this being added to the plugin.