prettier/tests/flow/predicates-declared
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
function-bind.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
function-union.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
is-string-decl.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
logical-or.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
object-invariant.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
orig-string-tag-check.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
sanity-fall-through.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
sanity-invalid-calls.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
sanity-is-string-bug.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
sanity-parameter-mismatch.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
sanity-pred-with-body.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
sanity-return-type.js Move tests around (#454) 2017-01-24 14:35:37 -08:00