-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Add snapshot tests. #195
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
Closed
Closed
Add snapshot tests. #195
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -6,7 +6,7 @@ | |||
'use strict'; | |||
|
|||
var BreadcrumbNavigationBar = require('BreadcrumbNavigationBar'); | |||
var ReactNavigator = require('ReactNavigator'); | |||
var JSNavigationStack = require('JSNavigationStack'); |
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.
You're one commit behind fyi
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.
Yeah, just rebased, which also broke some stuff...updated.
- [ReactNative] Add snapshot tests for examples | Spencer Ahrens
9b61be2
to
41453a5
Compare
Merged internally. |
jfrolich
pushed a commit
to jfrolich/react-native
that referenced
this pull request
Apr 22, 2020
Fix whileEditing to use kebab-case
vzaidman
added a commit
to vzaidman/react-native
that referenced
this pull request
Jul 23, 2025
Summary: Changelog: [Internal] - Update `react-native/debugger-frontend` from 8dc0d5b...a7e4f59 Resyncs `react-native/debugger-frontend` from GitHub - see `rn-chrome-devtools-frontend` [changelog](facebook/react-native-devtools-frontend@8dc0d5b...a7e4f59). ### Changelog [General][Fixed] fixed stack trace parsing failure for certain frames that are special to Hermes that do not exist in V8. | Commit | Author | Date/Time | Subject | | ------ | ------ | --------- | ------- | | [a7e4f5967](facebook/react-native-devtools-frontend@a7e4f5967) | Vitali Zaidman (vzaidman@gmail.com) | 2025-07-23T17:04:33+01:00 | [allow parsing special hermes eval stack trace frames (facebook#196)](facebook/react-native-devtools-frontend@a7e4f5967) | | [12ae91ad4](facebook/react-native-devtools-frontend@12ae91ad4) | Vitali Zaidman (vzaidman@gmail.com) | 2025-07-23T16:37:55+01:00 | [allow parsing stack traces that end with "skipping x frames" (facebook#195)](facebook/react-native-devtools-frontend@12ae91ad4) | | [875a31a90](facebook/react-native-devtools-frontend@875a31a90) | Vitali Zaidman (vzaidman@gmail.com) | 2025-07-15T13:45:16+01:00 | [fixed general contribution guide and added meta contribution guide in pr template (facebook#194)](facebook/react-native-devtools-frontend@875a31a90) | Differential Revision: D78817268
facebook-github-bot
pushed a commit
that referenced
this pull request
Jul 23, 2025
Summary: Pull Request resolved: #52793 Changelog: [Internal] - Update `react-native/debugger-frontend` from 8dc0d5b...a7e4f59 Resyncs `react-native/debugger-frontend` from GitHub - see `rn-chrome-devtools-frontend` [changelog](facebook/react-native-devtools-frontend@8dc0d5b...a7e4f59). ### Changelog [General][Fixed] fixed stack trace parsing failure for certain frames that are special to Hermes that do not exist in V8. | Commit | Author | Date/Time | Subject | | ------ | ------ | --------- | ------- | | [a7e4f5967](facebook/react-native-devtools-frontend@a7e4f5967) | Vitali Zaidman (vzaidman@gmail.com) | 2025-07-23T17:04:33+01:00 | [allow parsing special hermes eval stack trace frames (#196)](facebook/react-native-devtools-frontend@a7e4f5967) | | [12ae91ad4](facebook/react-native-devtools-frontend@12ae91ad4) | Vitali Zaidman (vzaidman@gmail.com) | 2025-07-23T16:37:55+01:00 | [allow parsing stack traces that end with "skipping x frames" (#195)](facebook/react-native-devtools-frontend@12ae91ad4) | | [875a31a90](facebook/react-native-devtools-frontend@875a31a90) | Vitali Zaidman (vzaidman@gmail.com) | 2025-07-15T13:45:16+01:00 | [fixed general contribution guide and added meta contribution guide in pr template (#194)](facebook/react-native-devtools-frontend@875a31a90) | Reviewed By: huntie Differential Revision: D78817268 fbshipit-source-id: 7e266041b3df7ecbcded6e57cb51bd4647dc835d
kikoso
pushed a commit
to kikoso/react-native
that referenced
this pull request
Aug 26, 2025
Summary: Pull Request resolved: facebook#52793 Changelog: [Internal] - Update `react-native/debugger-frontend` from 8dc0d5b...a7e4f59 Resyncs `react-native/debugger-frontend` from GitHub - see `rn-chrome-devtools-frontend` [changelog](facebook/react-native-devtools-frontend@8dc0d5b...a7e4f59). ### Changelog [General][Fixed] fixed stack trace parsing failure for certain frames that are special to Hermes that do not exist in V8. | Commit | Author | Date/Time | Subject | | ------ | ------ | --------- | ------- | | [a7e4f5967](facebook/react-native-devtools-frontend@a7e4f5967) | Vitali Zaidman (vzaidman@gmail.com) | 2025-07-23T17:04:33+01:00 | [allow parsing special hermes eval stack trace frames (facebook#196)](facebook/react-native-devtools-frontend@a7e4f5967) | | [12ae91ad4](facebook/react-native-devtools-frontend@12ae91ad4) | Vitali Zaidman (vzaidman@gmail.com) | 2025-07-23T16:37:55+01:00 | [allow parsing stack traces that end with "skipping x frames" (facebook#195)](facebook/react-native-devtools-frontend@12ae91ad4) | | [875a31a90](facebook/react-native-devtools-frontend@875a31a90) | Vitali Zaidman (vzaidman@gmail.com) | 2025-07-15T13:45:16+01:00 | [fixed general contribution guide and added meta contribution guide in pr template (facebook#194)](facebook/react-native-devtools-frontend@875a31a90) | Reviewed By: huntie Differential Revision: D78817268 fbshipit-source-id: 7e266041b3df7ecbcded6e57cb51bd4647dc835d
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update