diff --git a/tests_integration/__tests__/__snapshots__/early-exit.js.snap b/tests_integration/__tests__/__snapshots__/early-exit.js.snap index 35aced0c..3eafa665 100644 --- a/tests_integration/__tests__/__snapshots__/early-exit.js.snap +++ b/tests_integration/__tests__/__snapshots__/early-exit.js.snap @@ -1,9 +1,9 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`show detailed usage with --help arrow-function-parentheses (stderr) 1`] = `""`; +exports[`show detailed usage with --help arrow-parens (stderr) 1`] = `""`; -exports[`show detailed usage with --help arrow-function-parentheses (stdout) 1`] = ` -"--arrow-function-parentheses +exports[`show detailed usage with --help arrow-parens (stdout) 1`] = ` +"--arrow-parens Include parentheses around a sole arrow function parameter. @@ -16,7 +16,7 @@ Default: avoid " `; -exports[`show detailed usage with --help arrow-function-parentheses (write) 1`] = `Array []`; +exports[`show detailed usage with --help arrow-parens (write) 1`] = `Array []`; exports[`show detailed usage with --help bracket-spacing (stderr) 1`] = `""`; @@ -495,7 +495,7 @@ Output options: Format options: - --arrow-function-parentheses + --arrow-parens Include parentheses around a sole arrow function parameter. Defaults to avoid. --no-bracket-spacing Do not print spaces between brackets. @@ -631,7 +631,7 @@ Output options: Format options: - --arrow-function-parentheses + --arrow-parens Include parentheses around a sole arrow function parameter. Defaults to avoid. --no-bracket-spacing Do not print spaces between brackets.