module ProposalTest (suite) where import Test.Tasty import Test.Tasty.HUnit import Proposal suite :: TestTree suite = testGroup "proposal tests" $ [ ]