Skip to content

Commit

Permalink
📝(jest) Document minimum requirements of 2.x (#5171)
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz authored Jul 27, 2024
1 parent 83f403b commit 4d417e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/995688f5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
releases:
"@fast-check/jest": patch
1 change: 1 addition & 0 deletions packages/jest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ test.prop([fc.constant(null)])('should pass', (value) => {
| @fast-check/jest | jest | fast-check | node |
| ---------------- | --------------------------------------- | ---------- | ------------------------------------------------------------------------------------- |
| ^2.0.0 | &gt;=26.5.0<sup>(1)</sup><sup>(2)</sup> | ^3.0.0 | &gt;=14.15.0<sup>(3)</sup> and &lt;18, &gt;=18.17.0 and &lt;19<sup>(4)</sup>, &gt;=20 |
| ^1.0.0 | &gt;=26.5.0<sup>(1)</sup><sup>(2)</sup> | ^3.0.0 | &gt;=14.15.0<sup>(3)</sup> and &lt;18, &gt;=18.17.0 and &lt;19<sup>(4)</sup>, &gt;=20 |
- (1) any version of `jest` should be greater or equal than 26.5.0 if you are using `commonjs`
Expand Down

0 comments on commit 4d417e2

Please sign in to comment.