react-final-form-hooks
react-final-form-hooks copied to clipboard
Tests
Does anyone have experience in writing tests with hooks? There should be no need to test the part that Final Form does (e.g. does a field become dirty when the value changes), but we need something in place to evaluate new features as they get added, and to ensure that a PR doesn't break the whole library.
Maybe something along these lines?
If anyone would like to give this a shot, it would be greatly appreciated! 🙏
@erikras I have a little bit of experience with it, they moved the hooks testing to it's own lib and i think that's what people are using. I'm down to set it up and write a few tests so we can discuss it on a PR :ok_hand:
Great!
@erikras Any reason to this still open? That's something more to do?