diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2020-02-12 05:54:02 +0000 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2020-02-12 05:54:02 +0000 |
| commit | 6464d15808d54b0bea2e390bed3ee85e3e4073c2 (patch) | |
| tree | 9ec74aef8817791522931d600c1d80678cb49804 | |
| parent | bfda97126888be8a904f643747ffce21379ba957 (diff) | |
| download | vim-prettier-6464d15808d54b0bea2e390bed3ee85e3e4073c2.tar.xz | |
Adding tests for typescript
| -rw-r--r-- | tests/fixtures/foo.ts | 1 |
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; }; |
