This project relies on jsverify, a library that is not maintained anymore. The suggestion is to migrate the tests written with jsverify to fast-check.
Context
jsverify's owner stopped the maintenance of the library more than a year ago. In addition, the last real commit to jsverify was on the 6th of September 2019.
Benefits of fast-check over jsverify
You don't need to define unmapping fuctions on your calls to map (smap in jsverify).
The arbitraries are able to find more bugs. See attached PR
👋 Hello,
This issue is mostly opened as a suggestion.
This project relies on
jsverify
, a library that is not maintained anymore. The suggestion is to migrate the tests written withjsverify
tofast-check
.Context jsverify's owner stopped the maintenance of the library more than a year ago. In addition, the last real commit to jsverify was on the 6th of September 2019.
Benefits of
fast-check
overjsverify
map
(smap
injsverify
).I might have opened the PR a bit early but here is the PR: https://github.com/jlfwong/speedscope/pull/353