Simple placeholder test
This commit is contained in:
9
common/src/Spec.hs
Normal file
9
common/src/Spec.hs
Normal file
@ -0,0 +1,9 @@
|
||||
module Main where
|
||||
|
||||
import Test.Hspec
|
||||
|
||||
spec :: Spec
|
||||
spec = describe "test" $ it "verifies tests work" $ True == True
|
||||
|
||||
main :: IO ()
|
||||
main = hspec spec
|
Reference in New Issue
Block a user