Open
Description
One of the hardest parts of this project is testing because so much of the builds require external packages that run against the file system. Mocking lots of files would be an improvement, but also difficult.
I'd love to see some out-of-the-box thinking with regard to testing this project. Can we test scaffolding a new repo? Can we test a component build with different settings?
I'm open to suggestions and contributions in this space, but it may require looking at other projects like Create React App to see what they do.