Skip to content

Commit 975216b

Browse files
committed
Fix snapshots
1 parent cdb2e43 commit 975216b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/__tests__/__snapshots__/early-exit.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ exports[`show usage with --help (stdout) 1`] = `
5353
--object-wrap <preserve|collapse>
5454
How to wrap object literals
5555
Defaults to "preserve"
56-
--parser <flow|babel|babel-flow|babel-ts|typescript|acorn|espree|meriyah|css|less|scss|json|json5|json-stringify|graphql|markdown|mdx|vue|yaml|glimmer|html|angular|lwc>
56+
--parser <flow|babel|babel-flow|babel-ts|typescript|acorn|espree|meriyah|css|less|scss|json|json5|jsonc|json-stringify|graphql|markdown|mdx|vue|yaml|glimmer|html|angular|lwc>
5757
Which parser to use
5858
--print-width <int> The line length where Prettier will try wrap
5959
Defaults to "80"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`show external options with \`--help\` 1`] = `
4-
" --parser <flow,babel,babel-flow,babel-ts,typescript,acorn,espree,meriyah,css,less,scss,json,json5,json-stringify,graphql,markdown,mdx,vue,yaml,glimmer,html,angular,lwc,foo-parser>
4+
" --parser <flow,babel,babel-flow,babel-ts,typescript,acorn,espree,meriyah,css,less,scss,json,json5,jsonc,json-stringify,graphql,markdown,mdx,vue,yaml,glimmer,html,angular,lwc,foo-parser>
55
--foo-string <value> foo description
66
Defaults to "bar""
77
`;

0 commit comments

Comments
 (0)