Add Fuzzing #138
Labels
enhancement
New feature or request
up-for-grabs
Stand-alone tasks that are well described, and should take no longer than a few nights of work
Is your feature request related to a problem? Please describe.
OpenSSF recommends fuzzing, and adding fuzz testing to the project will increase the project's OpenSSF score.
Describe the solution you'd like
The recommended TypeScript tool for property-based fuzzing appears to be fast-check.
A solution should:
Describe alternatives you've considered
fast-fuzz might work as an alternative. It doesn't seem like there's much consensus around fuzzing tools for TypeScript projects.
Additional context
See the wiki for getting started.
Tracking issue for:
The text was updated successfully, but these errors were encountered: