packages feed

moonlight-core-0.1.0.0: test/term/TermTests.hs

module TermTests
  ( tests,
  )
where

import qualified DatabaseSpec as DatabaseSpec
import Test.Tasty (TestTree, testGroup)

tests :: TestTree
tests =
  testGroup
    "moonlight-core-term"
    [ DatabaseSpec.tests
    ]