edvordo's avatar

edvordo wrote a comment+100 XP

3mos ago

@abrardev99 technically wire:click="componentMethod" already was javascript, it's just that the wire: prop prefix is "hiding" the $wire. prefix in the props content

edvordo's avatar

edvordo wrote a comment+100 XP

3mos ago

@javedurrehman Why would you not want your tests in git? How do you share them with your coworkers?

But if you insist, you can still add *.test.php to your .gitignore and the test files will not be in git. This works recursively, so it doesn't matter where your *.test.php file is.