prettier/tests/trailing_comma
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
es5.js Do not put trailing commas for function declaration in es5 mode (#791) 2017-02-23 09:01:19 -08:00
function-calls.js Print trailing comma when last arg is arrow (#3428) 2017-12-07 02:48:11 -02:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
jsx.js Don't add trailing commas in JSXAttribute for arrow functions (#3181) 2017-11-07 22:37:36 +11:00
object.js Fix spurious whitespace (#463) 2017-01-25 16:24:16 -05:00
trailing_whitespace.js Fix function trailing comment location (#1195) 2017-04-12 14:18:29 -07:00