mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +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"]
|