-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks! #256
Comments
When I used fast-check on js-yaml, I relied on the following
Using it might detect other bugs: unicode encoding, rounding issues... You should give it a try too :) Thanks a lot for the issues :) |
It might be great to add fast-check tests in the unit tests of the package you referenced :) It should protect the author from adding regressions |
I was about to do that, then I noticed the package is a pure JavaScript package. Do you think fast-check could be utilized without a TS compiler? |
Yes of course, it can be used in any JavaScript project |
Suggestion of test for the yaml repo: dubzzz/yaml@3a8cb0a |
Closing the issue, the PR #287 gathers multiple issues discovered with fast-check in a single page |
Thank you for writing this magnificent library!
Here are two more issues it found for your showcase:
eemeli/yaml#56
eemeli/yaml#57
(Not the project maintainer, don't know how happy he would be to be featured--but he seemed good-natured about it and tools like this deserve more recognition)
The text was updated successfully, but these errors were encountered: