How to handle macros in resource tests?
I'm writing a test for my resource. In this resource is a TextInput macro defined in AppServiceProvider. When I run my test, I get this error:
The test itself:
I'm assuming this is because the
Livewire
usage is separate from the app instance in the test and thus won't have the macro? Is there away to link this up?0 Replies