diff --git a/lua/neotest-pest/init.lua b/lua/neotest-pest/init.lua index dd8c33c..ad323be 100644 --- a/lua/neotest-pest/init.lua +++ b/lua/neotest-pest/init.lua @@ -145,13 +145,13 @@ function NeotestAdapter.build_spec(args) }) end - -- if config('compact') == true then - -- info("Using compact output") - -- command = vim.tbl_flatten({ - -- command, - -- "--compact", - -- }) - -- end + if config('compact') == true then + info("Using compact output") + command = vim.tbl_flatten({ + command, + "--compact", + }) + end debug("Command:", command)