prettier/tests/import
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
brackets.js Fix space missing before `,` on import with bracket spacing off (#279) 2017-01-17 17:12:56 -05:00
comments.js verify the precedingNode type when handling import declaration comments (#5016) 2018-08-27 20:02:40 -06:00
empty-import.js Print {} in import if it's in the source, fixes #2145 (#2150) 2017-06-15 20:19:01 +10:00
inline.js Inline import type (#1729) 2017-05-25 16:27:04 -07:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
long-line.js Break long imports (#590) 2017-02-03 16:19:14 -05:00
multiple_standalones.js Support multiple standalones in import (#389) 2017-01-22 12:34:00 -08:00