Skip to content

Commit 74b5fe9

Browse files
committed
fix default plugins test snapshot
1 parent ebd790c commit 74b5fe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@expo/prebuild-config/src/plugins/__tests__/__snapshots__/withDefaultPlugins-test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,9 +1243,9 @@ exports[`built-in plugins introspects mods 1`] = `
12431243
},
12441244
"podfileProperties": {
12451245
"EX_DEV_CLIENT_NETWORK_INSPECTOR": "true",
1246-
"expo.jsEngine": "hermes",
12471246
"expo.inlineModules.enabled": "false",
12481247
"expo.inlineModules.watchedDirectories": "[]",
1248+
"expo.jsEngine": "hermes",
12491249
},
12501250
"splashScreenStoryboard": {
12511251
"document": {
@@ -2246,9 +2246,9 @@ exports[`built-in plugins introspects mods in a managed project 1`] = `
22462246
},
22472247
},
22482248
"podfileProperties": {
2249-
"expo.jsEngine": "hermes",
22502249
"expo.inlineModules.enabled": "false",
22512250
"expo.inlineModules.watchedDirectories": "[]",
2251+
"expo.jsEngine": "hermes",
22522252
},
22532253
"splashScreenStoryboard": {
22542254
"document": {

0 commit comments

Comments
 (0)