prettier/tests/no-semi-typescript
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 fix(typescript): no-semi for class props with modifiers (#5083) 2018-09-13 11:14:21 +08:00
no-semi.ts fix(typescript): no-semi for class props with modifiers (#5083) 2018-09-13 11:14:21 +08:00
non-null.ts Add ASI protection for TSNonNullExpression (#5262) 2018-10-13 20:03:51 -03:00