prettier/tests/flow_generic
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
break.js Add ability for flow generics to break (#1041) 2017-03-20 12:35:30 -04:00
generic.js Bump Babylon and enable additional tests (#1668) 2017-05-22 15:31:53 -07:00
interface.js Strip away unnecessary quotes in keys in type objects and interfaces (#2643) 2017-08-21 20:08:38 +10:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
nullable.js Inline nullable in flow generics (#1426) 2017-04-26 09:27:06 -07:00
single-identifier.js Inline Generics with a single identifier (#5066) 2018-09-06 14:44:21 -03:00
trailing.js Fix missing trailing commas on flow generics (#1381) 2017-04-21 13:57:21 -07:00
type.js Strip away unnecessary quotes in keys in type objects and interfaces (#2643) 2017-08-21 20:08:38 +10:00
union.js Fix empty line with flow union (#1511) 2017-05-04 19:06:30 -07:00