summaryrefslogtreecommitdiff
path: root/tests/Spec.hs
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-11-20 07:20:31 +0100
committerEugen Wissner <belka@caraus.de>2021-11-20 07:20:31 +0100
commitfdd627bf5d7ae7a78f716ffb2245710e5e200477 (patch)
treed8af1fe82a38782c4313cc8d0a0a9a261bb3750b /tests/Spec.hs
parentb387c10d750783822e0ce40fb813355f132c50c9 (diff)
downloadgraphql-spice-fdd627bf5d7ae7a78f716ffb2245710e5e200477.tar.gz
Move functional tests
Diffstat (limited to 'tests/Spec.hs')
-rw-r--r--tests/Spec.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Spec.hs b/tests/Spec.hs
new file mode 100644
index 0000000..a824f8c
--- /dev/null
+++ b/tests/Spec.hs
@@ -0,0 +1 @@
+{-# OPTIONS_GHC -F -pgmF hspec-discover #-}