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
Hello,
currently we have a lot of examples(37 as for today) without any tests in the codebase which break from time to time. As most people will probably try to get started with one of the examples this is suboptimal.
I'd like to help improve this, but i'm not quiet sure where/how to start. We could probably add render tests to check if the application renders without errors for all the examples, but then we had to run yarn install/npm build 37+ times and we would still only catch "big errors" ;)? Any ideas? Eventually this doesn't make sense at all and we should better just improve the core tests? e.g. add tests for react-patch?
The text was updated successfully, but these errors were encountered:
Hello,
currently we have a lot of examples(37 as for today) without any tests in the codebase which break from time to time. As most people will probably try to get started with one of the examples this is suboptimal.
I'd like to help improve this, but i'm not quiet sure where/how to start. We could probably add render tests to check if the application renders without errors for all the examples, but then we had to run yarn install/npm build 37+ times and we would still only catch "big errors" ;)? Any ideas? Eventually this doesn't make sense at all and we should better just improve the core tests? e.g. add tests for react-patch?
The text was updated successfully, but these errors were encountered: