prettier/tests/conditional
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
comments.js Correctly place trailing comments in conditionals (#754) 2017-02-20 20:25:30 -05:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
new-expression.js Remove extra parens around ternary arguments of a new call (#776) 2017-02-22 10:28:52 -08:00
no-confusing-arrow.js Add parenthesis for no-confusing-arrow rule (#1182) 2017-04-11 09:20:39 -07:00