Testing in rescript

How are people testing in react codebases in rescript currently?
In typescript I would normally be using jest, react testing library, cypress and the testing library plugin for cypress.
Any examples to share would be useful, thanks.

1 Like

Not exactly helpful (yet), but I am in the process of trying to connect GitHub - dusty-phillips/rescript-zora: Lightning-fast testing for a lightning-fast compiler to react-testing-library. Not too sure how it’s going to work out, and with my limited time it will take a few weeks before I get anything published.

2 Likes

Thanks that would definitely be interesting if there is a way for it to work with react testing library

1 Like