implemented SubFix.Internal.timestamp

This commit is contained in:
2020-11-09 17:04:51 -05:00
parent f8a4f7e81c
commit b942ff0286
4 changed files with 46 additions and 3 deletions

View File

@@ -22,7 +22,9 @@ module SubFix.InternalSpec (spec) where
import Test.Hspec (Spec, describe)
import qualified SubFix.Internal.TimestampSpec as Timestamp
spec :: Spec
spec = describe "Internal" $ return ()
spec = describe "Internal" Timestamp.spec
--jl