prettier/tests/flow_type_declarations
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
declare_export.js Fix cases with missing semi when printing DeclareExportDeclaration (#3979) 2018-02-17 17:40:43 +11:00
declare_type.js Cleanup unused nodes, and turn on importMeta babylon plugin (#2498) 2017-07-16 23:59:49 +10:00
declare_var.js Bump Babylon (#2831) 2017-09-15 17:26:35 +02:00
jsfmt.spec.js Fix cases with missing semi when printing DeclareExportDeclaration (#3979) 2018-02-17 17:40:43 +11:00
long.js Allow flow declarations to break on StringLiteralTypeAnnotations (#1437) 2017-04-27 11:21:42 -07:00
opaque.js Add support for flow opaque types (#2543) 2017-07-25 19:47:54 -07:00