Skip to content

Commit

Permalink
Add @fast-check/jest into the list
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz authored Jul 12, 2023
1 parent f03d558 commit 41f60ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
- [jest-plugin-must-assert](https://github.com/ballercat/jest-plugin-must-assert) A Jest plugin for strict runtime checks. Fails any tests without assertions and prevents async tasks (Promises & timeouts) from leaking across tests.
- [wait-for-expect](https://github.com/TheBrainFamily/wait-for-expect) A await/async function to wait a expect. Useful on e2e test.
- [jest-os-detection](https://github.com/doctolib/jest-os-detection) Dynamically enable or skip tests based on the OS they run on so you can share the same test suite across various platforms.
- [@fast-check/jest](https://www.npmjs.com/package/@fast-check/jest) Bring property based testing (aka fuzzing) into Jest.

### Mocks

Expand Down

0 comments on commit 41f60ba

Please sign in to comment.