Add updated snapshot

Whoops, forgot this
master
Suchipi Izumi 2017-11-27 22:23:32 -07:00
parent 6abdd2c6b7
commit 41a9ababc3
1 changed files with 6 additions and 6 deletions

View File

@ -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 <avoid|always>
exports[`show detailed usage with --help arrow-parens (stdout) 1`] = `
"--arrow-parens <avoid|always>
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 <avoid|always>
--arrow-parens <avoid|always>
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 <avoid|always>
--arrow-parens <avoid|always>
Include parentheses around a sole arrow function parameter.
Defaults to avoid.
--no-bracket-spacing Do not print spaces between brackets.