prettier/tests/markdown_jsx_semi
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
jsfmt.spec.js feat(markdown): add `proseWrap: "preserve"` option (#3340) 2017-12-02 09:48:40 +11:00
semi.md Do not prepend / append with a semicolon the only JSX element in a program (#3330) 2017-11-27 22:04:12 -07:00