purescript-0.15.5: tests/TestPsci.hs
module TestPsci where import TestPsci.CommandTest (commandTests) import TestPsci.CompletionTest (completionTests) import TestPsci.EvalTest (evalTests) import Test.Hspec spec :: Spec spec = do completionTests commandTests evalTests