File: tests.hs

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

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