1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-02 10:47:32 +03:00
juvix/test/Resolver.hs

11 lines
171 B
Haskell
Raw Normal View History

module Resolver
( allTests,
)
where
import Base
import Resolver.Negative qualified as N
allTests :: TestTree
allTests = testGroup "Path resolver tests" [N.allTests]