revery-ui / reason-reactify

:rocket: Transform a mutable tree into a functional React-like API
MIT License
103 stars 8 forks source link

Testing: Switch to rely #38

Open bryphe opened 5 years ago

bryphe commented 5 years ago

We should switch our tests to use the rely framework provided by reason-native: https://github.com/facebookexperimental/reason-native/tree/master/src/rely

We'll need to follow the instructions in that README (split out our test into a bin/lib), and ensure that the tests work with JSOO too.