You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
312 B
VimL

scriptencoding utf-8
Context Vesting.run()
It checks to sendRequest successfully
let res = tsuquyomi#tsClient#sendRequest('{"command": "open", "arguments": { "file": "test/resrouces/SimpleModule.ts"}}', str2float("0.01"), 0, 0)
Should res == []
call tsuquyomi#tsClient#stopTssSync()
End
End
Fin