prettier/tests_config
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
..
.eslintrc.yml Convert eslint config and users/languages/editors files to YAML (#3516) 2017-12-18 21:55:10 +11:00
fs.js Automatically load plugins from package.json (#3624) 2018-01-05 21:09:51 +11:00
require_prettier.js Run production tests on npm package (#3730) 2018-01-13 03:19:20 +11:00
require_standalone.js feat: support HTML/Vue/Angular (#5259) 2018-11-04 23:03:07 +08:00
run_spec.js test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00