prettier/tests/flow_comments
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
babylon_only test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
arrow.js Print flow type annotation comments as comments (#3449) 2017-12-15 05:11:48 -02:00
class.js Print flow type annotation comments as comments (#3449) 2017-12-15 05:11:48 -02:00
functions.js Print flow type annotation comments as comments (#3449) 2017-12-15 05:11:48 -02:00
generics.js Fix Flow generic comment positioning (#5290) 2018-10-25 08:44:16 -04:00
jsfmt.spec.js Print flow type annotation comments as comments (#3449) 2017-12-15 05:11:48 -02:00
let.js Print flow type annotation comments as comments (#3449) 2017-12-15 05:11:48 -02:00
object_type_annotation.js Stabilize comments on ObjectTypeAnnotation (#1214) 2017-04-12 14:13:34 -07:00
type_annotations.js Add support for flow typecast comments (#5280) 2018-10-23 10:46:20 -04:00