diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2020-02-12 06:09:25 +0000 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2020-02-12 06:09:25 +0000 |
| commit | 806d5fb2702bb542df0351757a2e2f8b0bf8e174 (patch) | |
| tree | a7b89008cb05d877c5298d0720a5201ece80412a /tests/fixtures/foo.json | |
| parent | 5694403bb3384332d531ff9ff89903b5ab49eca8 (diff) | |
| download | vim-prettier-806d5fb2702bb542df0351757a2e2f8b0bf8e174.tar.xz | |
Adding json testing fixture
Diffstat (limited to 'tests/fixtures/foo.json')
| -rw-r--r-- | tests/fixtures/foo.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fixtures/foo.json b/tests/fixtures/foo.json new file mode 100644 index 0000000..a2f29b2 --- /dev/null +++ b/tests/fixtures/foo.json @@ -0,0 +1,3 @@ +{ + "name": "foo", "bar": "baz" +} |
