agora/agora-specs/Spec/Utils.hs
2022-06-17 21:16:29 +08:00

15 lines
343 B
Haskell

{- |
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 = []