Filament::serving and tests
Hey!
Maybe a stupid question, but how to get the code inside
For performance reasons, I have some code inside
When I run now a test, it doesn't find the macro, since the
Maybe a stupid question, but how to get the code inside
Filament::serving running in a Feature test? For performance reasons, I have some code inside
Filament::serving , for example some Macros like:When I run now a test, it doesn't find the macro, since the
Filament::serving isn't called at all?