diff --git a/__e2e__/__snapshots__/cli.test.js.snap b/__e2e__/__snapshots__/cli.test.js.snap index d9b4abbfd..30b5a5335 100644 --- a/__e2e__/__snapshots__/cli.test.js.snap +++ b/__e2e__/__snapshots__/cli.test.js.snap @@ -1,8 +1,8 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`show up CLI version information 1`] = `"1.6.5"`; +exports[`show up CLI version information 1`] = `"1.7.0-beta.0"`; -exports[`show up CLI version information 2`] = `"1.6.5"`; +exports[`show up CLI version information 2`] = `"1.7.0-beta.0"`; exports[`show up help information on passing in the respective options 1`] = ` " @@ -86,10 +86,10 @@ exports[`suggests the matching command if the user makes a typo 1`] = ` dockerize To launch the webapp within a Docker container locally deploy To deploy the webapp to a cloud solution of choice info Prints debugging information about the local environment - - Unknown command ini. +  + Unknown command ini. - Did you mean init?" + Did you mean init?" `; exports[`warns the user if an unknown command is passed 1`] = ` @@ -111,7 +111,7 @@ exports[`warns the user if an unknown command is passed 1`] = ` dockerize To launch the webapp within a Docker container locally deploy To deploy the webapp to a cloud solution of choice info Prints debugging information about the local environment - - Unknown command junkcmd. +  + Unknown command junkcmd. " `;