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