mirror of
https://github.com/anoma/juvix.git
synced 2024-12-02 10:47:32 +03:00
8 lines
151 B
Haskell
8 lines
151 B
Haskell
|
module Formatter where
|
||
|
|
||
|
import Base
|
||
|
import Formatter.Positive qualified as P
|
||
|
|
||
|
allTests :: TestTree
|
||
|
allTests = testGroup "Formatter tests" [P.allTests]
|