Remove StarWars tests

Our own test suite is slowly getting sufficient.
This commit is contained in:
2020-11-05 07:55:22 +01:00
parent afcf9aaa14
commit 7f0fb18716
5 changed files with 3 additions and 742 deletions

View File

@ -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