prettier/tests/async
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
top-level-await test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
async-iteration.js chore(typescript): upgrade typescript-eslint-parser to 992f1fa (fixes #1769) (#1785) 2017-05-28 08:05:33 -07:00
await_parse.js Wrap awaits in unary expressions (#4315) 2018-04-14 15:27:18 -04:00
conditional-expression.js Fix missing parenthesis for await && (#1593) 2017-05-11 16:30:33 -07:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
parens.js Ensure parens for more await cases (#1595) 2017-05-11 19:06:54 -07:00