Skip to content

Commit

Permalink
tests stub
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Avanov committed Apr 19, 2021
1 parent 553b358 commit b0e270b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions servant-event-stream.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,11 @@ library
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall

test-suite tests-default
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
tests
build-depends:
base
2 changes: 2 additions & 0 deletions tests/Spec.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
main :: IO ()
main = putStrLn "Test suite not yet implemented"

0 comments on commit b0e270b

Please sign in to comment.