prettier/tests/typescript_declare
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
declare_enum.ts Fix printing declare modifier for TS enum (#2711) 2017-08-30 08:14:26 -07:00
declare_function.ts Print semi after DeclareFunction, fixes #2534 (#2536) 2017-07-24 21:55:16 +10:00
declare_interface.ts Print declare for TSInterfaceDeclaration (#2574) 2017-08-02 00:00:01 +10:00
declare_var.ts Do not accept declare on previous line (#2618) 2017-08-13 13:47:48 +10:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00