7 lines
101 B
Haskell
7 lines
101 B
Haskell
module Test.Data.Query where
|
|
|
|
import Test.Tasty
|
|
|
|
tests :: TestTree
|
|
tests = testGroup "Data.Query" []
|