moonlight-category-1.1.0.0: test/facade/FacadeTests.hs
module FacadeTests
( tests,
)
where
import qualified NotationSpec
import qualified FacadeSiteNerveSpec
import Test.Tasty (TestTree, testGroup)
tests :: TestTree
tests =
testGroup
"facade"
[ NotationSpec.tests,
FacadeSiteNerveSpec.tests
]