Initial import

This commit is contained in:
Alexander Kobjolke 2023-11-26 20:44:12 +01:00
commit b5d61674d8
13 changed files with 287 additions and 0 deletions

12
test/spec/TK2MQTTSpec.hs Normal file
View file

@ -0,0 +1,12 @@
module TK2MQTTSpec (spec) where
import HCat.Internal
import Test.Hspec
import Test.Hspec.QuickCheck (prop)
spec :: Spec
spec = do
describe "parseArgs" do
it "returns the filename if given a single argument" do
True `shouldBe` True