-
Notifications
You must be signed in to change notification settings - Fork 4.8k
feat(toMatchAriaSnapshot): add exact saving option #38075
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
base: main
Are you sure you want to change the base?
feat(toMatchAriaSnapshot): add exact saving option #38075
Conversation
Fixes microsoft#38074, references microsoft#38074.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution. We always ask that people file issues first so we can triage and decide whether or not a PR is warranted, but in this case we do think this is something worth implementing (and it's a trivial implementation).
Minor comments: just naming and supporting both overloads.
Test results for "MCP"2588 passed, 116 skipped Merge workflow run. |
Test results for "tests 1"2 flaky40357 passed, 789 skipped Merge workflow run. |
…apshot, update tests
|
@agg23 I cannot manage to make this code to work: [`property: TestConfig.updateSnapshots`]It gives me this error: Can you give me some help? |
Add exact parameter to toMatchAriaSnapshot to save raw data
Fixes #38074, references #38074.