Test Livewire on a particular resource
Hi everyone.
I'm trying to test my Livewire Component who handles user shortcuts to Filament resources.
Here a part of my component, where I want to keep the current resource in a computed property.
How can I test my Livewire component or the value of 'currentResource' with the context of the current resource (UserResource) in mind?
I'm trying to test my Livewire Component who handles user shortcuts to Filament resources.
Here a part of my component, where I want to keep the current resource in a computed property.
How can I test my Livewire component or the value of 'currentResource' with the context of the current resource (UserResource) in mind?