Skip to content

Commit

Permalink
chore: update snapshot tests to reflect 0.75
Browse files Browse the repository at this point in the history
  • Loading branch information
blakef committed Aug 18, 2024
1 parent a5cfebe commit 7eaeb5e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 29 deletions.
49 changes: 21 additions & 28 deletions __e2e__/__snapshots__/config.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,29 @@ exports[`shows up current config without unnecessary output 1`] = `
{
"root": "<<REPLACED_ROOT>>/TestProject",
"reactNativePath": "<<REPLACED_ROOT>>/TestProject/node_modules/react-native",
"reactNativeVersion": "0.74",
"reactNativeVersion": "0.75",
"dependencies": {},
"commands": [
{
"name": "bundle",
"description": "Build the bundle for the provided JavaScript entry file.",
"options": [
"<<REPLACED>>"
]
},
{
"name": "start",
"description": "Start the React Native development server.",
"options": [
"<<REPLACED>>"
]
},
{
"name": "codegen",
"options": [
"<<REPLACED>>"
]
},
{
"name": "log-ios",
"description": "starts iOS device syslog tail",
Expand Down Expand Up @@ -51,33 +71,6 @@ 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>>"
]
},
{
"name": "codegen",
"options": [
"<<REPLACED>>"
]
}
],
"healthChecks": [],
Expand Down
2 changes: 1 addition & 1 deletion __e2e__/__snapshots__/default.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`shows up help information without passing in any args 1`] = `
"Usage: bin [command] [options]
Options:
-v Output the current version
-v --version Output the current version
-h, --help display help for command
Commands:
Expand Down

0 comments on commit 7eaeb5e

Please sign in to comment.