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

Prepare @fast-check/jest to seeded jest #3287

Closed
dubzzz opened this issue Oct 9, 2022 · 0 comments · Fixed by #3332
Closed

Prepare @fast-check/jest to seeded jest #3287

dubzzz opened this issue Oct 9, 2022 · 0 comments · Fixed by #3332

Comments

@dubzzz
Copy link
Owner

dubzzz commented Oct 9, 2022

💡 Idea

See jestjs/jest#13400 and jestjs/jest#12922

Here are some stuffs to be investigated:

  • leverage new seed
  • do not print the seed anymore, let jest print it (investigate the infinite sync loop case first)
    • do we ask user to set it?
    • do we override it ourselves?
dubzzz added a commit that referenced this issue Oct 19, 2022
* ✨(jest) Take seed coming from Jest whenever provided

Fixes #3287

* versions

* Update packages/jest/src/jest-fast-check.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant