prettier/tests/bind_expressions
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
await.js fix(javascript): add parens for await in bind (#4778) 2018-06-30 23:15:45 +08:00
bind_parens.js fix #4963: parens are incorrectly stripped in BindExpression (#4964) 2018-08-09 14:44:13 -03:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
long_name_method.js Fix: Group long name method in bind expressions (#4447) 2018-05-09 10:42:16 -06:00
method_chain.js Improve bind expression formatting (#2493) 2017-07-16 11:47:06 +02:00
short_name_method.js Fix: Group long name method in bind expressions (#4447) 2018-05-09 10:42:16 -06:00