myTest : '{IO, Exception} [Result]
myTest _ =
printLine "hi"
check (1 == 1)scratch/main> io.test.allRuns all the unit tests for the current branch that use IO. Each test should be a delayed computation which performs the IO ability and returns a test.Result.