diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2021-05-18 06:45:13 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 06:45:13 +1000 |
| commit | 27e7bb090e9d771c8f3e4ddba4dd956a4a56855b (patch) | |
| tree | 82cb99c1406fc94850bc3d5d66f8db40300860de /cli/tests/lsp/outgoing_calls_response.json | |
| parent | aecdbba2c25d08d771a4e4fbeb62cac60015a3bd (diff) | |
refactor: share test harness for lsp between bench and integration (#10659)
Diffstat (limited to 'cli/tests/lsp/outgoing_calls_response.json')
| -rw-r--r-- | cli/tests/lsp/outgoing_calls_response.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/cli/tests/lsp/outgoing_calls_response.json b/cli/tests/lsp/outgoing_calls_response.json new file mode 100644 index 000000000..c7cf85cf8 --- /dev/null +++ b/cli/tests/lsp/outgoing_calls_response.json @@ -0,0 +1,42 @@ +[ + { + "to": { + "name": "foo", + "kind": 12, + "detail": "", + "uri": "file:///a/file.ts", + "range": { + "start": { + "line": 0, + "character": 0 + }, + "end": { + "line": 2, + "character": 1 + } + }, + "selectionRange": { + "start": { + "line": 0, + "character": 9 + }, + "end": { + "line": 0, + "character": 12 + } + } + }, + "fromRanges": [ + { + "start": { + "line": 6, + "character": 11 + }, + "end": { + "line": 6, + "character": 14 + } + } + ] + } +] |
