prettier/tests/decorators-ts
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
accessor-decorator.ts Never inline decorators, unless they're lone parameter decorators (#4830) 2018-07-20 13:48:37 -06:00
angular.ts Keep decorators inline if they were written inline (#5188) 2018-10-08 11:00:43 -03:00
class-decorator.ts Never inline decorators, unless they're lone parameter decorators (#4830) 2018-07-20 13:48:37 -06:00
jsfmt.spec.js Never inline decorators, unless they're lone parameter decorators (#4830) 2018-07-20 13:48:37 -06:00
method-decorator.ts Never inline decorators, unless they're lone parameter decorators (#4830) 2018-07-20 13:48:37 -06:00
mobx.ts fix(typescript): inline method decorators should stay inlined (#5444) 2018-11-14 10:13:35 +08:00
multiple.ts Never inline decorators, unless they're lone parameter decorators (#4830) 2018-07-20 13:48:37 -06:00
parameter-decorator.ts Never inline decorators, unless they're lone parameter decorators (#4830) 2018-07-20 13:48:37 -06:00
property-decorator.ts Never inline decorators, unless they're lone parameter decorators (#4830) 2018-07-20 13:48:37 -06:00
typeorm.ts Never inline decorators, unless they're lone parameter decorators (#4830) 2018-07-20 13:48:37 -06:00