-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support Expo SDK 50 #161
Support Expo SDK 50 #161
Conversation
@@ -117,7 +117,7 @@ Scenario: Network breadcrumbs are captured by default | |||
And the exception "message" equals "defaultNetworkBreadcrumbsBehaviour" | |||
And the event has a "request" breadcrumb named "XMLHttpRequest succeeded" | |||
And the event "breadcrumbs.1.metaData.status" equals 200 | |||
And the event "breadcrumbs.1.metaData.request" equals "GET http://postman-echo.com/get" | |||
And the event "breadcrumbs.1.metaData.request" equals "GET https://postman-echo.com/get" |
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.
👌🏻
packages/expo/test/index.test.js
Outdated
/** | ||
* @jest-environment jsdom | ||
*/ | ||
|
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.
is this the right environment for expo?
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.
no it's not! The issue was the network breadcrumbs plugin, I've updated the test to mock that out instead
c18358b
to
e618c25
Compare
e618c25
to
a7995ab
Compare
Goal
Adds support for Expo SDK 50
Changeset
jest-expo
preset for unit tests.Testing
Relied on CI and unit tests