Reformat
This commit is contained in:
parent
12e30085b0
commit
21dc7e96bc
@ -24,7 +24,13 @@ main = do
|
||||
-- terminalWidth <- Terminal.Size.width <<$>> Terminal.Size.size -- TODO this doesn't work in GHCID or GHCIWatch...
|
||||
terminalWidth <- pure $ Just 62
|
||||
T.putStrLn $ drawTree $ getTestTree tests
|
||||
TL.putStrLn . displayTestResultsConsole terminalWidth =<< runTests TestRunnerOpts{regenerateGoldenFiles = False} () tests
|
||||
TL.putStrLn . displayTestResultsConsole terminalWidth
|
||||
=<< runTests
|
||||
TestRunnerOpts
|
||||
{ regenerateGoldenFiles = False
|
||||
}
|
||||
()
|
||||
tests
|
||||
|
||||
tests :: TestTree IO ()
|
||||
tests =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user