-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[config-plugins][prebuild-config][jest-expo] fix unit tests (expo#23124)
# Why fix broken unit tests due to template changes and jest-expo changes # How - [config-plugins][prebuild-config] update test snapshot - [jest-expo] add back the jest mock to fix expo-dev-client unit test # Test Plan ci passed
- Loading branch information
Showing
3 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -801,6 +801,18 @@ exports[`built-in plugins introspects mods 1`] = ` | |
{ | ||
"type": "empty", | ||
}, | ||
{ | ||
"type": "comment", | ||
"value": "Enable network inspector", | ||
}, | ||
{ | ||
"key": "EX_DEV_CLIENT_NETWORK_INSPECTOR", | ||
"type": "property", | ||
"value": "true", | ||
}, | ||
{ | ||
"type": "empty", | ||
}, | ||
{ | ||
"type": "comment", | ||
"value": "Remove this workaround when upgrading to [email protected]", | ||
|
@@ -1299,6 +1311,7 @@ exports[`built-in plugins introspects mods 1`] = ` | |
}, | ||
}, | ||
"podfileProperties": { | ||
"EX_DEV_CLIENT_NETWORK_INSPECTOR": "true", | ||
"expo.jsEngine": "hermes", | ||
}, | ||
"splashScreenStoryboard": { | ||
|
This file contains 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