prettier/tests/decorators
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
classes.js Keep decorators inline if they were written inline (#5188) 2018-10-08 11:00:43 -03:00
comments.js Fix interleaved comments in class decorators (#2661) 2017-08-24 16:04:02 -07:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
methods.js Keep decorators inline if they were written inline (#5188) 2018-10-08 11:00:43 -03:00
mobx.js fix(javascript): inline property decorator should stay inline (part 2) (#5423) 2018-11-10 16:44:33 +08:00
multiline.js Keep decorators inline if they were written inline (#5188) 2018-10-08 11:00:43 -03:00
multiple.js Keep decorators inline if they were written inline (#5188) 2018-10-08 11:00:43 -03:00
redux.js Put decorators on the same line (#459) 2017-01-25 16:30:09 -05:00