vgrep-0.1.3.0: test/Spec.hs
import Test.Tasty
import qualified Test.Vgrep.Widget as Widget
main :: IO ()
main = defaultMain $
testGroup "Unit tests" [ Widget.test ]
import Test.Tasty
import qualified Test.Vgrep.Widget as Widget
main :: IO ()
main = defaultMain $
testGroup "Unit tests" [ Widget.test ]