You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@chopkarankit and @tylerkrupicka the part you both are talking about 'Testing' depends on how robust the code is and how much segregated the code files are. I would be glad to tell you that I have worked on two different projects one with documented testing and one project with no direction. It took no time in the first project but the second project shooked every breath of ours for testing.
There are many techniques for testing a project, try this Software Testing Help. And it's very important to maintain track of where exactly the process is going and what were the needs.
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.
The text was updated successfully, but these errors were encountered: