Description
I think we should remove Enzyme and Jest from the boilerplate since we have not used them in any projects to date and are not required at all in 99% of our projects. We are even only just starting to integrate Laravel Dusk tests as a standard.
Writing tests is a time consuming process in the first place even when we're strictly using Laravel Dusk and adding in additional tests using Jest on top of that is unnecessary when Dusk gets the job done in pretty much all instances. The majority of our projects use Blade and Laravel with the occasional bit of React thrown in here or there for certain components that absolutely require it.
If we find that we are using React for entire projects which render many pages on the majority of projects then I am all for adding it back into the boilerplate. Right now though, Jest and Enzyme are not being used at all and is basically unnecessary bloat.