mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 21:12:09 +03:00
461e6ceb3f
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6798 GitOrigin-RevId: 7e4f7be34124e1e8d67534b1e45381f90d31bea8
16 lines
420 B
Haskell
16 lines
420 B
Haskell
{-# LANGUAGE ImportQualifiedPost #-}
|
|
{-# OPTIONS_GHC -Wno-missing-export-lists #-}
|
|
|
|
module Main where
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
import Spec qualified as Test
|
|
import Test.Hspec qualified as Hspec
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
-- | Entrypoint for api-tests test-suite.
|
|
main :: IO ()
|
|
main = Hspec.hspec Test.spec
|