Currently in fast-check, when you check a synchronous predicate the assertion is synchronous but when checking an asynchronous one it becomes asynchronous and requires another helper to be called. What if it was always asynchronous? But with the benefit of always calling fc.property 🤔
3 likes 1 replies
?