How can one test Laravel nova actions?

Viewed 696

I have made a laravel nova application with many resources. Most of these resources have a nova action attached to them.

How can I unit test Laravel nova actions?

1 Answers
Related