hledger-time/test/MyLibTest.hs

9 lines
130 B
Haskell
Raw Permalink Normal View History

2022-08-18 19:19:59 +03:00
module Main (main) where
import Test.Hspec
import qualified Test.Hledger.Row
main :: IO ()
main = hspec
Test.Hledger.Row.spec