prettier/tests_integration/__tests__/__snapshots__
Ika 4ff0f26d3e
refactor: move cli leven suggestion to options-normalizer (#5057)
Option-related processing should be done in `options-normalizer`.

- unknown flag suggestions are colored
  ![image](https://user-images.githubusercontent.com/8341033/45103027-866c7900-b161-11e8-8ee3-6467a9ca0090.png)
- unknown flags with no suggestion are now errors:
  ```
  $ bin/prettier.js --help noseminosemi
  [error] Invalid `--help` value. Expected `a flag`, but received `"noseminosemi"`.
  ```
2018-09-08 07:40:09 +08:00
..
arg-parsing.js.snap refactor: extract options-normalizer/validator (#5020) 2018-08-31 11:26:07 +08:00
config-invalid.js.snap refactor: extract options-normalizer/validator (#5020) 2018-08-31 11:26:07 +08:00
config-resolution.js.snap feat(config): support TOML configuration files (#4877) 2018-08-03 06:27:19 -04:00
cursor-offset.js.snap fix(doc-printer): respect CJK width (#3003) 2017-10-11 00:32:45 -05:00
debug-check.js.snap fix(cli): no regression for --debug-check + --list-different (#4600) 2018-05-31 00:42:26 +08:00
debug-print-doc.js.snap test(integration): update title and catch all outputs (#2951) 2017-10-02 18:08:34 +02:00
deprecated-parser.js.snap refactor: extract options-normalizer/validator (#5020) 2018-08-31 11:26:07 +08:00
early-exit.js.snap refactor: move cli leven suggestion to options-normalizer (#5057) 2018-09-08 07:40:09 +08:00
file-info.js.snap Implement prettier.getFileInfo() method and --file-info CLI option (#4341) 2018-05-10 00:53:44 +08:00
format.js.snap fix: guess line ending before preprocess (#4957) 2018-08-09 10:51:08 +08:00
help-options.js.snap feat: support MDX (#4975) 2018-08-13 22:23:09 +08:00
ignore-absolute-path.js.snap test(integration): update title and catch all outputs (#2951) 2017-10-02 18:08:34 +02:00
ignore-path.js.snap Fix printing ignored files with --debug-check (#4066) 2018-03-01 13:03:54 -03:00
ignore-relative-path.js.snap Use relative paths with CLI (#2969) 2017-10-04 18:56:01 +11:00
ignore-vcs-files.js.snap Ignore .git, .svn and .hg directories (#4906) 2018-07-30 00:08:51 +10:00
infer-parser.js.snap Revert no parser error for API (#4587) 2018-05-28 23:43:44 -06:00
invalid-ignore.js.snap feat(cli): add `--loglevel` option (#2992) 2017-10-13 20:17:01 -05:00
list-different.js.snap test(integration): update title and catch all outputs (#2951) 2017-10-02 18:08:34 +02:00
load-toml.js.snap feat(config): support TOML configuration files (#4877) 2018-08-03 06:27:19 -04:00
loglevel.js.snap Make all CLI logging go through a logger (#3515) 2017-12-18 23:22:07 +11:00
multiple-patterns.js.snap Ignore .git, .svn and .hg directories (#4906) 2018-07-30 00:08:51 +10:00
parser-api.js.snap test(integration): update title and catch all outputs (#2951) 2017-10-02 18:08:34 +02:00
piped-output.js.snap Fix typo in test files (`*formated` -> `*formatted`) (#2982) 2017-10-06 20:01:21 +11:00
plugin-options.js.snap feat: support MDX (#4975) 2018-08-13 22:23:09 +08:00
schema.js.snap feat: support MDX (#4975) 2018-08-13 22:23:09 +08:00
skip-folders.js.snap add another test case 2017-12-05 16:30:21 -02:00
stdin-filepath.js.snap Output files as-is if ignored (#3618) 2017-12-31 18:08:09 +01:00
support-info.js.snap feat: support MDX (#4975) 2018-08-13 22:23:09 +08:00
syntax-error.js.snap Bump babylon to 7.0.0-beta.33 (#3372) 2017-12-02 09:39:10 +11:00
with-config-precedence.js.snap refactor: extract options-normalizer/validator (#5020) 2018-08-31 11:26:07 +08:00
with-node-modules.js.snap Use relative paths with CLI (#2969) 2017-10-04 18:56:01 +11:00
with-parser-inference.js.snap test(integration): update title and catch all outputs (#2951) 2017-10-02 18:08:34 +02:00
with-shebang.js.snap test(integration): update title and catch all outputs (#2951) 2017-10-02 18:08:34 +02:00
write.js.snap Bump babylon to 7.0.0-beta.33 (#3372) 2017-12-02 09:39:10 +11:00