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

feat: support specifying mode #433

Merged
merged 1 commit into from
Jul 25, 2023
Merged

Conversation

ikatyang
Copy link
Owner

  • auto (default)
    • update if Jest --update-snapshot flag specified
    • play if Jest --ci flag specified
    • record otherwise
  • update
    • all requests are recorded
  • play
    • play records
    • new requests are blocked
  • record
    • play records
    • new requests are recorded

@ikatyang ikatyang merged commit a920d2d into master Jul 25, 2023
4 checks passed
@ikatyang ikatyang deleted the feat/support-specifying-mode branch July 25, 2023 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant