prettier/tests/optional_catch_binding
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 Upgrade flow-parser to 0.75.0 (#4727) 2018-06-21 10:50:54 -07:00
optional_catch_binding.js Add support for printing optional catch binding (#2570) 2017-07-31 14:40:14 -06:00