]> Git — Sourcephile - haskell/symantic-document.git/blob - tests/Main.hs
tests: move some units to goldens
[haskell/symantic-document.git] / tests / Main.hs
1 module Main where
2
3 import Data.Function (($))
4 import System.IO (IO)
5 import Test.Tasty
6
7 import HUnit
8 import Golden
9
10 main :: IO ()
11 main = do
12 defaultMain $
13 testGroup "Formatter"
14 [ hunit
15 , golden
16 ]