prettier/tests/jsx_spread
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
attribute.js Add support for JSXSpreadChild and fix comments inside JSXSpread (#3163) 2017-11-07 14:23:10 +11:00
child.js Add support for JSXSpreadChild and fix comments inside JSXSpread (#3163) 2017-11-07 14:23:10 +11:00
jsfmt.spec.js fix(typescript): support jsx spread child (#4885) 2018-07-26 22:13:32 +08:00