Skip to content
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

Introducing fast-check Guru on Gurubase.io #5420

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/fast-check/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Property based testing framework for JavaScript/TypeScript
<a href="https://badge.fury.io/js/fast-check"><img src="https://badge.fury.io/js/fast-check.svg" alt="npm version" /></a>
<a href="https://www.npmjs.com/package/fast-check"><img src="https://img.shields.io/npm/dm/fast-check" alt="monthly downloads" /></a>
<a href="https://fast-check.dev/"><img src="https://img.shields.io/badge/-Documentation-%23282ea9.svg" title="Documentation" /></a>
<a href="https://gurubase.io/g/fast-check/"><img src="https://img.shields.io/badge/Gurubase-Ask%20fast--check%20Guru-brightgreen" title="fast-check guru on Gurubase.io" /></a>
</p>
<p align="center">
<a href="https://app.codecov.io/gh/dubzzz/fast-check/branch/main"><img src="https://codecov.io/gh/dubzzz/fast-check/branch/main/graph/badge.svg" alt="Coverage Status (unit tests)" /></a>
Expand Down Expand Up @@ -82,6 +83,7 @@ Useful documentations:
- [💥 Tips](https://fast-check.dev/docs/configuration/)
- [🔌 API Reference](https://fast-check.dev/api-reference/index.html)
- [⭐ Awesome fast-check](https://fast-check.dev/docs/ecosystem/)
- [🤖 Ask fast-check Guru](https://gurubase.io/g/fast-check)

## Why should I migrate to fast-check?

Expand Down