prettier/tests/flow_comments/babylon_only
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
class_with_generics.js Fix Flow generic comment positioning (#5290) 2018-10-25 08:44:16 -04:00
functions.js fix(javascript): do not attach to block if it's not behind right func paren (#5435) 2018-11-11 00:10:19 +08:00
jsfmt.spec.js Fix Flow generic comment positioning (#5290) 2018-10-25 08:44:16 -04:00