prettier/tests/member
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
conditional.js Break closing paren of ConditionalExpression in member chains 2017-09-10 15:00:52 -06:00
expand.js Make the factory detection handle multiple elements (#3112) 2017-10-27 09:05:40 -07:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
logical.js Use same logic for binary chain 2017-09-10 15:00:52 -06:00