aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/foo.ts
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2020-02-12 05:54:02 +0000
committermitermayer <mitermayer.reis@gmail.com>2020-02-12 05:54:02 +0000
commit6464d15808d54b0bea2e390bed3ee85e3e4073c2 (patch)
tree9ec74aef8817791522931d600c1d80678cb49804 /tests/fixtures/foo.ts
parentbfda97126888be8a904f643747ffce21379ba957 (diff)
downloadvim-prettier-6464d15808d54b0bea2e390bed3ee85e3e4073c2.tar.xz
Adding tests for typescript
Diffstat (limited to 'tests/fixtures/foo.ts')
-rw-r--r--tests/fixtures/foo.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fixtures/foo.ts b/tests/fixtures/foo.ts
new file mode 100644
index 0000000..7ef1117
--- /dev/null
+++ b/tests/fixtures/foo.ts
@@ -0,0 +1 @@
+const a: () => number = () => { return 2; };