prettier/tests/graphql_newline/__snapshots__
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
..
jsfmt.spec.js.snap test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
obj_type_def.graphql Preserve intentional new lines in GraphQL (#3252) 2017-11-12 02:10:54 -02:00