mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
7 lines
93 B
Haskell
7 lines
93 B
Haskell
|
module Main (main) where
|
||
|
|
||
|
import Test.DocTest
|
||
|
|
||
|
main :: IO ()
|
||
|
main = doctest ["-isrc", "src"]
|