create-react-wptheme
create-react-wptheme copied to clipboard
Fix Unit Testing Support
Personally, I've never seen any benefit to unit testing... but I realize I'm in the minority there. So basically I've been nuking all the unit testing support code built into create-react-app
from create-react-wptheme
as part of my process.
I should probably take a closer look at this and see how hard it is to port and maintain that capability into create-react-wptheme
.