1
0
Fork 0
mirror of https://github.com/pnx/neotest-phpunit synced 2026-07-02 11:43:39 +02:00

Support for compact output mode

This commit is contained in:
V13Axel 2024-02-19 08:58:32 -05:00
parent bccafece1a
commit 20ebc86066

View file

@ -145,13 +145,13 @@ function NeotestAdapter.build_spec(args)
}) })
end end
-- if config('compact') == true then if config('compact') == true then
-- info("Using compact output") info("Using compact output")
-- command = vim.tbl_flatten({ command = vim.tbl_flatten({
-- command, command,
-- "--compact", "--compact",
-- }) })
-- end end
debug("Command:", command) debug("Command:", command)