fast-check @fast-check.dev · Jan 18

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

?

Replies

fast-check · Jan 18

When we created the library some test-runners were still not fully async compatible as such having await-able assertions as a default was not ideal.