Avoid printing test tree

This commit is contained in:
George Thomas 2026-01-11 23:45:12 +00:00
parent 86f51534bc
commit 86e2ff6c62

View File

@ -23,7 +23,6 @@ main :: IO ()
main = do main = do
-- terminalWidth <- Terminal.Size.width <<$>> Terminal.Size.size -- TODO this doesn't work in GHCID or GHCIWatch... -- terminalWidth <- Terminal.Size.width <<$>> Terminal.Size.size -- TODO this doesn't work in GHCID or GHCIWatch...
terminalWidth <- pure $ Just 62 terminalWidth <- pure $ Just 62
T.putStrLn $ drawTree $ getTestTree tests
TL.putStrLn . displayTestResultsConsole terminalWidth TL.putStrLn . displayTestResultsConsole terminalWidth
=<< runTests =<< runTests
TestRunnerOpts TestRunnerOpts