aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2020-02-12 06:06:56 +0000
committermitermayer <mitermayer.reis@gmail.com>2020-02-12 06:06:56 +0000
commit5694403bb3384332d531ff9ff89903b5ab49eca8 (patch)
tree6d842645b10ca4750d26e0538fbafb120cf87777
parent7d4855272f29d92332b3ab8efb790478df212371 (diff)
downloadvim-prettier-5694403bb3384332d531ff9ff89903b5ab49eca8.tar.xz
Adding fixture for graphql
-rw-r--r--tests/fixtures/foo.graphql8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/fixtures/foo.graphql b/tests/fixtures/foo.graphql
new file mode 100644
index 0000000..308c865
--- /dev/null
+++ b/tests/fixtures/foo.graphql
@@ -0,0 +1,8 @@
+{
+ baz {
+ blah, ...name }
+ bean{foo, blah,bleh}
+ bar {
+ ...name
+ }
+}