{- | Module : Spec.Utils Maintainer : emi@haskell.fyi Description: Tests for utility functions in 'Agora.Utils'. Tests for utility functions in 'Agora.Utils'. -} module Spec.Utils (tests) where import Test.Tasty (TestTree) tests :: [TestTree] tests = []