Added basic test

This commit is contained in:
Tibo De Peuter 2022-12-14 15:12:28 +01:00
parent b622b93932
commit f348a47281

View file

@ -0,0 +1,7 @@
import Test.Hspec
main :: IO()
main = hspec $ do
describe "Dummy category" $ do
it "Dummy test" $ do
0 `shouldBe` 0