diff --git a/__e2e__/__snapshots__/config.test.ts.snap b/__e2e__/__snapshots__/config.test.ts.snap index f8ef45515..0b074bbbb 100644 --- a/__e2e__/__snapshots__/config.test.ts.snap +++ b/__e2e__/__snapshots__/config.test.ts.snap @@ -4,7 +4,7 @@ exports[`shows up current config without unnecessary output 1`] = ` { "root": "<>/TestProject", "reactNativePath": "<>/TestProject/node_modules/react-native", - "reactNativeVersion": "0.72", + "reactNativeVersion": "0.73", "dependencies": {}, "commands": [ { @@ -51,6 +51,27 @@ exports[`shows up current config without unnecessary output 1`] = ` "options": [ "<>" ] + }, + { + "name": "bundle", + "description": "Build the bundle for the provided JavaScript entry file.", + "options": [ + "<>" + ] + }, + { + "name": "ram-bundle", + "description": "Build the RAM bundle for the provided JavaScript entry file. See https://reactnative.dev/docs/ram-bundles-inline-requires.", + "options": [ + "<>" + ] + }, + { + "name": "start", + "description": "Start the React Native development server.", + "options": [ + "<>" + ] } ], "healthChecks": [],