prettier/tests/flow/dom
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
CanvasRenderingContext2D.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
CustomEvent.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
Document.js Sync the Flow tests (#1638) 2017-05-20 03:16:28 -07:00
Element.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
HTMLCanvasElement.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
HTMLElement.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
HTMLInputElement.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
URL.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
eventtarget.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
path2d.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
registerElement.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
traversal.js Sync the Flow tests (#1163) 2017-04-08 07:52:38 -07:00