prettier/tests/objects
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
expand.js Do not respect newlines for object destructuring pattern (#981) 2017-03-14 18:36:35 -07:00
expression.js Fix binary op as body in arrow expression (#921) 2017-03-07 13:24:47 -08:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
method.js Do not put \n inside of empty object method bodies (#706) 2017-02-15 20:52:54 -05:00
range.js Fix range for object newline detection (#520) 2017-01-30 09:54:19 -08:00
right_break.js Use the same breaking rules for assignment and object values (#1721) 2017-05-24 18:19:15 -07:00