Skip to content

Commit

Permalink
test: update snapshot (#2200)
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Dec 11, 2023
1 parent 5862d7a commit f849562
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion __e2e__/__snapshots__/config.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`shows up current config without unnecessary output 1`] = `
{
"root": "<<REPLACED_ROOT>>/TestProject",
"reactNativePath": "<<REPLACED_ROOT>>/TestProject/node_modules/react-native",
"reactNativeVersion": "0.72",
"reactNativeVersion": "0.73",
"dependencies": {},
"commands": [
{
Expand Down Expand Up @@ -51,6 +51,27 @@ exports[`shows up current config without unnecessary output 1`] = `
"options": [
"<<REPLACED>>"
]
},
{
"name": "bundle",
"description": "Build the bundle for the provided JavaScript entry file.",
"options": [
"<<REPLACED>>"
]
},
{
"name": "ram-bundle",
"description": "Build the RAM bundle for the provided JavaScript entry file. See https://reactnative.dev/docs/ram-bundles-inline-requires.",
"options": [
"<<REPLACED>>"
]
},
{
"name": "start",
"description": "Start the React Native development server.",
"options": [
"<<REPLACED>>"
]
}
],
"healthChecks": [],
Expand Down

0 comments on commit f849562

Please sign in to comment.