mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-07 16:21:52 +03:00
8a61802ca0
GitOrigin-RevId: 3f6efeda389647b2fd7817b15e2952f3a562dbd5
7 lines
93 B
Haskell
7 lines
93 B
Haskell
module Main (main) where
|
|
|
|
import Test.DocTest
|
|
|
|
main :: IO ()
|
|
main = doctest ["-isrc", "src"]
|