]> Git — Sourcephile - tmp/julm/literate-invoice.git/blob - tests/Tests.hs
WIP
[tmp/julm/literate-invoice.git] / tests / Tests.hs
1 {-# OPTIONS_GHC -w -Wall -fno-warn-missing-signatures -fno-warn-unused-imports #-}
2
3 module Tests.Spec where
4
5 import Test.Syd
6
7 import GHC.Conc qualified
8 import Literate.Prelude
9 import Tests.Invoice qualified
10
11 main :: IO ()
12 main = sydTest spec
13
14 spec = do
15 Tests.Invoice.spec