]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Add empty tsserver test
authorAndreas Louv <andreas@louv.dk>
Sun, 2 Apr 2023 21:36:30 +0000 (23:36 +0200)
committerAndreas Louv <andreas@louv.dk>
Sun, 2 Apr 2023 21:43:34 +0000 (23:43 +0200)
test/tsserver_tests.vim

index 99e28368beeba952da377a3d0d0f28582ef8ff14..d9348a12e86e1a11166ea649fb37d80682238e0c 100644 (file)
@@ -13,6 +13,11 @@ var lspServers = [{
 call LspAddServer(lspServers)
 echomsg systemlist($'{lspServers[0].path} --version')
 
+def g:Test_Empty()
+  # At least one test is needed for each file, delete this
+  # whenever a real test is created.
+enddef
+
 # Test for auto-completion.  Make sure that only keywords that matches with the
 # keyword before the cursor are shown.
 # def g:Test_LspCompletion1()