prettier/tests/no-semi
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
comments.js [WIP] no-semi comments (#1257) 2017-04-13 18:33:46 -07:00
flow-interfaces.js Use semicolons in Flow interface-like bodies (#2593) 2017-09-25 12:45:40 +01:00
issue2006.js Protect SwitchCase statements from ASI (#2008) 2017-06-06 14:28:51 -07:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
no-semi.js Only prevent lone `get` and `set` if property has no value (#3434) 2017-12-07 11:03:55 -02:00