prettier/tests/arrays
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.js Don't break on empty arrays and objects (#1440) 2017-05-01 14:41:18 -07:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
last.js Fix last element of an array being null (#232) 2017-01-16 12:53:39 -05:00
preserve_empty_lines.js [RFC] Preserve new lines between array elements (#707) 2017-02-15 20:52:28 -05:00