Module

Test.Unit.Main

#runTest

runTest :: TestSuite -> Effect Unit

Run a test suite, picking the most appropriate test runner.

#runTestWith

runTestWith :: (TestSuite -> Aff TestList) -> TestSuite -> Aff Unit

Run a test suite using the provided test runner.

#run

#exit

exit :: Int -> Effect Unit

Exit the current process using the provided return code.

Works on Node and Phantom. Will have no effect on other platforms.

Modules