aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2020-02-12 06:09:25 +0000
committermitermayer <mitermayer.reis@gmail.com>2020-02-12 06:09:25 +0000
commit806d5fb2702bb542df0351757a2e2f8b0bf8e174 (patch)
treea7b89008cb05d877c5298d0720a5201ece80412a /tests
parent5694403bb3384332d531ff9ff89903b5ab49eca8 (diff)
downloadvim-prettier-806d5fb2702bb542df0351757a2e2f8b0bf8e174.tar.xz
Adding json testing fixture
Diffstat (limited to 'tests')
-rw-r--r--tests/fixtures/foo.json3
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"
+}