trabian / hylomorph

A component library for redux-form
MIT License
0 stars 0 forks source link

Testing discussion #3

Open jimmyhmiller opened 7 years ago

jimmyhmiller commented 7 years ago

For must of our apps we basically forgo testing. I think for this library it would make sense to have some testing. My main motivations for testing would be to make sure we don't inadvertently break any of our apps. I hope that we could craft tests that help us know when we need to bump major versions. Thoughts on how to do that? Is that a good goal?

jimmyhmiller commented 7 years ago

Could snapshot testing help us with seeing if we need to do a major version update? Or maybe just a "does it crash" style test?

trabianmatt commented 7 years ago

Snapshot testing could help with that question, though possibly not automatically. Checking in the snapshot diff and having it as part of the PR would help us make that determination, though.