We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79aba40 commit 734d6bfCopy full SHA for 734d6bf
lua/neotest-vstest/init.lua
@@ -505,6 +505,11 @@ local function create_adapter(config)
505
506
local projects = {}
507
508
+ local tree = args.tree
509
+ if not tree then
510
+ return
511
+ end
512
+
513
for _, position in tree:iter() do
514
if position.type == "test" then
515
logger.debug(position)
0 commit comments