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.
We should switch our tests to use the
relyframework provided byreason-native: https://github.com/facebookexperimental/reason-native/tree/master/src/relyWe'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.