mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
328b7b793f
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8867 Co-authored-by: paritosh-08 <85472423+paritosh-08@users.noreply.github.com> GitOrigin-RevId: 6ab173b02f6b8bf97ccbcdb00110fe147771c751
7 lines
93 B
Haskell
7 lines
93 B
Haskell
module Main (main) where
|
|
|
|
import Test.DocTest
|
|
|
|
main :: IO ()
|
|
main = doctest ["-isrc", "src"]
|