Skip to content

Commit 7cc52d8

Browse files
Deleted some no longer necessary snapshots
1 parent 6262bea commit 7cc52d8

1 file changed

Lines changed: 0 additions & 55 deletions

File tree

test/__tests__/__snapshots__/plugin-options.js.snap

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,5 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`include plugin's parsers to the values of the \`parser\` option\` (stderr) 1`] = `""`;
4-
5-
exports[`include plugin's parsers to the values of the \`parser\` option\` (stdout) 1`] = `
6-
"--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>
7-
8-
Which parser to use.
9-
10-
Valid options:
11-
12-
flow Flow
13-
babel JavaScript
14-
babel-flow Flow
15-
babel-ts TypeScript
16-
typescript TypeScript
17-
acorn JavaScript
18-
espree JavaScript
19-
meriyah JavaScript
20-
css CSS
21-
less Less
22-
scss SCSS
23-
json JSON
24-
json5 JSON5
25-
jsonc JSON with Comments
26-
json-stringify JSON.stringify
27-
graphql GraphQL
28-
markdown Markdown
29-
mdx MDX
30-
vue Vue
31-
yaml YAML
32-
glimmer Ember / Handlebars
33-
html HTML
34-
angular Angular
35-
lwc Lightning Web Components
36-
foo-parser foo (plugin: ./plugin.cjs)"
37-
`;
38-
39-
exports[`include plugin's parsers to the values of the \`parser\` option\` (write) 1`] = `[]`;
40-
41-
exports[`show detailed external option with \`--help foo-option\` (stderr) 1`] = `""`;
42-
43-
exports[`show detailed external option with \`--help foo-option\` (stdout) 1`] = `
44-
"--foo-option <bar|baz>
45-
46-
foo description
47-
48-
Valid options:
49-
50-
bar bar description
51-
baz baz description
52-
53-
Default: bar"
54-
`;
55-
56-
exports[`show detailed external option with \`--help foo-option\` (write) 1`] = `[]`;
57-
583
exports[`show external options with \`--help\` 1`] = `
594
" --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>
605
--foo-option <bar|baz> foo description

0 commit comments

Comments
 (0)