bloodyowl / rescript-test

A lightweight test framework for ReScript
https://bloodyowl.github.io/rescript-test/
MIT License
78 stars 9 forks source link

Add an assertion with a lazy operator #17

Open hamza0867 opened 5 months ago

hamza0867 commented 5 months ago

Sometimes the operator message can be quite heavy to compute. I suggest we add a new assertion function called for example assertionWithLazyOperator that takes a lazy operator.