prettier/tests/flow_function_parentheses
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
jsfmt.spec.js Print parens in FunctionTypeAnnotation when arrowParens is "always" (#3616) 2017-12-31 16:01:21 +01:00
single.js Don't break for unparenthesised single argument flow function (#1452) 2017-05-01 14:39:46 -07:00
test.js Wrap ?() => T in parens when needed. (#4475) 2018-05-14 11:25:16 -03:00