diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2020-02-12 06:06:56 +0000 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2020-02-12 06:06:56 +0000 |
| commit | 5694403bb3384332d531ff9ff89903b5ab49eca8 (patch) | |
| tree | 6d842645b10ca4750d26e0538fbafb120cf87777 /tests | |
| parent | 7d4855272f29d92332b3ab8efb790478df212371 (diff) | |
| download | vim-prettier-5694403bb3384332d531ff9ff89903b5ab49eca8.tar.xz | |
Adding fixture for graphql
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/fixtures/foo.graphql | 8 |
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 + } +} |
