From 3d9f60065668d76648d25f59c88c5e86b0c13937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Sun, 10 Dec 2023 19:31:56 +0100 Subject: [PATCH] test: update snapshot --- __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": [],