prettier/tests/empty
Ika 4af3dd4b07
test: improve snapshots (#5521)
- before
  ```
  ${input}${"~".repeat(printWidth)}
  ${output}
  ```
- after
  ```
  ===options===
  ${options}
  ${" ".repeat(printWidth)}| printWidth
  ====input====
  ${input}
  ===output====
  ${output}
  =============
  ```
2018-11-25 16:21:14 +08:00
..
__snapshots__ test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
empty Add a single test suite for blank files in all parsers (#4562) 2018-05-27 08:22:25 -04:00
jsfmt.spec.js Fix empty file error in json and graphql (#4553) 2018-06-06 10:41:12 -03:00
newline Add a single test suite for blank files in all parsers (#4562) 2018-05-27 08:22:25 -04:00
space Add a single test suite for blank files in all parsers (#4562) 2018-05-27 08:22:25 -04:00
space-newline Add a single test suite for blank files in all parsers (#4562) 2018-05-27 08:22:25 -04:00