The main bottleneck to working with rescript-jest is that propertyk functions expect predicates to return bool, whereas the Expect module from rescript-jest deals in the type Jest.assertion.
Are there any quick ideas to get up and running? Alternatively, what would a PR look like?
Edit: it doesn't look like there should be a bottleneck here because according to the examples expect works right out of the box with fast-check in javascript.