-
Notifications
You must be signed in to change notification settings - Fork 47.2k
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
[assert helpers] forwardRef-test #31843
[assert helpers] forwardRef-test #31843
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
' in ', | ||
); | ||
(gate(flags => flags.enableOwnerStacks) | ||
? ' in **/forwardRef-test.js:**:** (at **)' |
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.
@sebmarkbage not sure if this is expected, but it's possible for owner stacks to have a file path in the name
like here. I updated the normalizeCodeLocInfo
to replace it if needed.
Comparing: ef979d4...d50e173 Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: Expand to show
|
Based off facebook#31843 Commit to review: facebook@2c653b8 Moar tests DiffTrain build for [36d15d5](facebook@36d15d5)
Starting to convert the rest of tests to the
assertConsoleTypeDev
helpers.