prettier/tests/graphql_newline
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
directive_decl.graphql Update GraphQL parser (#3605) 2017-12-31 16:45:06 +01:00
directives.graphql Preserve intentional new lines in GraphQL (#3252) 2017-11-12 02:10:54 -02:00
enum.graphql Preserve intentional new lines in GraphQL (#3252) 2017-11-12 02:10:54 -02:00
fields.graphql Preserve intentional new lines in GraphQL (#3252) 2017-11-12 02:10:54 -02:00
input.graphql Preserve intentional new lines in GraphQL (#3252) 2017-11-12 02:10:54 -02:00
interface.graphql Preserve intentional new lines in GraphQL (#3252) 2017-11-12 02:10:54 -02:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
object_type_def.graphql Preserve intentional new lines in GraphQL (#3252) 2017-11-12 02:10:54 -02:00
schema.graphql Preserve intentional new lines in GraphQL (#3252) 2017-11-12 02:10:54 -02:00