prettier/tests/object_property_comment
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
after-key.js Print comment after key (#1131) 2017-04-05 13:10:10 -07:00
comment.js Stabilize comment after object label (#958) 2017-03-09 07:55:35 -08:00
jsfmt.spec.js Fix babylon misplacing comments (#3441) 2017-12-09 15:43:19 -02:00