From 7f0fb187169938f7b9b2333b5cc79293813c0eb1 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Thu, 5 Nov 2020 07:55:22 +0100 Subject: Remove StarWars tests Our own test suite is slowly getting sufficient. --- graphql.cabal | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'graphql.cabal') diff --git a/graphql.cabal b/graphql.cabal index 337e397..abbfba6 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -4,7 +4,7 @@ cabal-version: 2.2 -- -- see: https://github.com/sol/hpack -- --- hash: ddb79ddbd13b917f320fff372b4a29b63b6eb0ed113ca732c1d779b4e6a296d8 +-- hash: c943c792ef9717e8305e22059e7244a0a471b6d26a53e6e4dc162e4f4a6110b4 name: graphql version: 0.10.0.0 @@ -74,7 +74,7 @@ library , unordered-containers default-language: Haskell2010 -test-suite tasty +test-suite graphql-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: @@ -89,9 +89,6 @@ test-suite tasty Test.DirectiveSpec Test.FragmentSpec Test.RootOperationSpec - Test.StarWars.Data - Test.StarWars.QuerySpec - Test.StarWars.Schema Paths_graphql hs-source-dirs: tests -- cgit v1.2.3