prettier/tests/flow/node_tests
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
..
assert test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
basic test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
basic_file test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
basic_node_modules test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
basic_node_modules_with_path test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
basic_package test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
buffer test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
child_process test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
crypto test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
fs test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
json_file test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
os test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
package_file test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
package_file_node_modules/foo test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
path_node_modules test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
path_node_modules_with_short_main test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
path_node_modules_without_main test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
path_package test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
process test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
stream test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
timers test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
url test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00