File: tests.hs

package info (click to toggle)
haskell-wai-app-static 3.1.9-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 184 kB
  • sloc: haskell: 1,448; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
import Test.Hspec
import WaiAppEmbeddedTest (embSpec)
import WaiAppStaticTest (spec)

main :: IO ()
main = hspec $ spec >> embSpec