From f8495629d1bb495f3faf6a39d0bde823a741f4b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Mon, 11 Dec 2023 10:46:02 +0100 Subject: [PATCH] test: update snapshot (#2200) --- __e2e__/__snapshots__/config.test.ts.snap | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) 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": [],