devloco / create-react-wptheme

Create modern, React-enabled WordPress themes with a single command.
MIT License
359 stars 60 forks source link

Fix Unit Testing Support #39

Open devloco opened 4 years ago

devloco commented 4 years ago

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.